Java Programming and Technical Programming Technical

Which of the following statement(s) are not true?

A. For each try block there can be zero or more catch blocks but only one finally block
B. Finally block will get executed whether or not an exception occurs.
C. A try block must be followed only by at least one catch block
D. A try block has multiple catch block, then those exception handlers can be in any order

Read Solution (Total 1)

Java Other Question

Exception is an abnormal event or error that occurs during ________

A. Runtime
B. Compile time
C. any time - unpredictable
D. Any of these options
finally block will get executed whether or not an exception occurs. State True or False