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?
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать