Given a program:

public class SomeClass {                        
    public static void main(String... args) {
        Boolean b = true;
        assert(!b) : "yo ";
        System.out.println("hi");
    }
}
and a command line to start:

java SomeClass
What will be the result?

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
Java quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes