McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
______ is at the top of the exception cl...
Q.
______ is at the top of the exception class hierarchy.
A.
try.
B.
throwable.
C.
exception class.
D.
catch.
Answer» B. throwable.
1.8k
0
Do you find this helpful?
13
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
What class is the top of the AWT event hierarchy?
Exception that is identified during compile time is called ______ exception.
Which is the super class of all exception classes
How many constructors does the class Exception have?
Which of the following is an exception thrown by the methods of the class String?
Which exception is thrown by the read ( ) method of input stream class?
Which exception is thrown by the read () method of Input Stream class?
User defined exception can be created using _________ class.
Which of these keywords is not a part of exception handling?
The code within the ----------- block will always be executed whether or not an exception is thrown.