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 2)
-
- A. for each block there can be zero or more catch blocks but only one finally block
- 2 years agoHelpfull: Yes(0) No(0)
- A try block must be followed only by at least one catch block
- 1 Month agoHelpfull: Yes(0) No(0)
Java Other Question