Multiple Choice
If, within one try statement you want to have catch clauses that catch exceptions of the following types, in which order should they appear in your program?
(1) Throwable
(2) Exception
(3) RuntimeException
(4) NumberFormatException
A) 4, 3, 2, 1
B) 2, 3, 1, 4
C) 4, 1, 3, 2
D) 3, 1, 2, 4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: To serialize an object and write it
Q4: Why does the following code cause a
Q5: What will be the result of the
Q6: The exception classes are in packages in
Q7: In order for an object to be
Q8: When an exception is thrown:<br>A) it must
Q9: A class must implement the Serializable interface
Q10: In a catch statement, what does the
Q11: When an exception is thrown by code
Q19: If the class SerializedClass contains references to