McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Which is the super class of all exceptio...
Q.
Which is the super class of all exception classes
A.
Exception
B.
Object
C.
Error
D.
Throwable
Answer» D. Throwable
1.5k
0
Do you find this helpful?
7
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which class is the super class of all classes of the java.lang package?
State true or false (i) JPanel is a class included in awt package (ii) Anonymous classes are mostly used for event handling (iii) Names of anonymous classes must be unique (iv) JOptionPane is an inner class
Which of these class is super class of all AWT events?
Exception that is identified during compile time is called ______ exception.
The keyword used inside a class to refer to its immediate super class is
Does a class inherit the constructors of its super class?
Which of the following are true about the Error and Exception classes?
Which of the following are true about the Error and Exception classes?
Which of these class is a superclass of all other classes?
The concept of multiple inheritance is implemented in Java by ____ (i.) extending two or more classes (ii.) extending one class and implementing one or more interfaces (iii.) implementing two or more interfaces (iv.) all of these