posted 23 years ago
1 Since the method foo()does not the catch the exception thrown by the method baz(), it must declare runtime exception in its throw clause
2 A try block cannnot be followed both by catch and finally block
3 An empty catch block is not allowed
4 A catch block cannot follow finally block
5 A finally block should always follow one or more catch block
I feel all the option is wrong.Answer a is wrong because finally block cannot come before catch block. Any other suggestion
Thanks in advance
Arathi<br />Sun Certified Java Programmer