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() { try { throw new RuntimeException(); } finally { } } Compiler error Runtime error No error – prints nothing
Read Details