Asserts in Java

In C/C++ you can use assert statement - see FAQ.

What are java command options? Are asserts in java also available (-ea parameter for java command)? Do I get also SIGABRT as in C/C++?

1 Like