Vidyalelo
Java Programming · Q68

Exceptions

Programming · Java Programming · question 68

Q68

Which of these statements is incorrect?

A.
try block need not to be followed by catch block
B.
try block can be followed by finally block instead of catch block
C.
try can be followed by both catch and finally block
D.
try need not to be followed by anything
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board