SyntaxFix
Write A Post
Hire A Developer
Questions
Assert does throw an AssertionError if you run your app with assertions turned on.
int a = 42; assert a >= 0 && d <= 10;
If you run this with, say: java -ea -jar peiska.jar
It shall throw an java.lang.AssertionError