Describe the observed behavior below (pick one). …
Describe the observed behavior below (pick one). public static void main(String[] args) { foo1(); } public static void foo1() { throw new Exception(); } Compiler error Runtime error No error – prints nothing
Read Details