Question:Given the following statements about the try/catch/finally block, choose the correct option.
A Try is optional but catch and finally are required.
B Catch is optional but try and finally are required.
C Finally is optional but try and catch are required.
D All three blocks are required.
+ AnswerC
+ Report