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 of these class is a superclass of ...
Q.
Which of these class is a superclass of all other classes?
A.
Math
B.
Process
C.
System
D.
Object
Answer» D. Object
2.1k
0
Do you find this helpful?
18
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
The class RuntimeException is the superclass of which of the following classes?
Which of these is superclass of ContainerEvent class?
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 is correct way of calling a constructor having no parameters, of superclass A by subclass B?.
Which class is the super class of all classes of the java.lang package?
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
Which of these class is super class of all AWT events?
Which is the super class of all exception classes
Which of these classes is related to all the exceptions that can be caught by using catch?
Which of these classes is related to all the exceptions that cannot be caught?