Choose the statement which is incorrect?
A. try block does not need 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: Option D
Join The Discussion