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
→
Which of these class is super class of a...
Q.
Which of these class is super class of all AWT events?
A.
AWTEvent
B.
EventClass
C.
ActionEvent
D.
ItemEvent
Answer» A. AWTEvent
2.3k
0
Do you find this helpful?
24
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
When we invoke repaint() for a JAVA.awt.Component object, the AWT invokes the method _____________.
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 methods is a part of Abstract Window Toolkit (AWT) ?
Which class is the super class of all classes of the java.lang package?
The class used to create a Radio button in awt is
java.awt.Component class method getLocation() returns Point (containg x and y cordinate).What does this x and y specify
The setBackground() method is part of the following class in JAVA.awt package.
What class is the top of the AWT event hierarchy?
The keyword used inside a class to refer to its immediate super class is
Does a class inherit the constructors of its super class?