Question 1 of 25
Hints left: 3
Q1
Which of these is a superclass of all Adapter classes?
Q2
Which of these methods will respond when you click any button by mouse?
Q3
Which of these are integer constants defined in ActionEvent class?
Q4
Event class is defined in which of these libraries?
Q5
Which of these methods can be used to change location of an event?
Q6
Which of these methods can be used to obtain the reference to the container that generated a ContainerEvent?
Q7
Which of these events is generated by scroll bar?
Q8
Which of these methods can be used to obtain the coordinates of a mouse?
Q9
FocusEvent is subclass of which of these classes?
Q10
Which of these methods can be used to determine the type of event?
Q11
Which of these interfaces define a method actionPerformed()?
Q12
Which of these events is generated when computer gains or loses input focus?
Q13
Which of these events is generated when the component is added or removed?
Q14
Which of these methods can be used to get reference to a component that was removed from a container?
Q15
Which of these events is generated when the size of an event is changed?
Q16
Which of these class is super class of all the events?
Q17
Which of these methods are used to register a keyboard event listener?
Q18
Which of these interfaces handles the event when a component is added to a container?
Q19
Which of these interfaces define four methods?
Q20
Which interface in the Java Collections Framework represents an ordered collection of elements that can contain duplicate values?
Q21
Which of these methods is used to get x coordinate of the mouse?
Q22
Which of these methods can be used to obtain the command name for invoking ActionEvent object?
Q23
Which of these events will be notified if scroll bar is manipulated?
Q24
What is the purpose of the Java Collections Framework?
Q25
Which of these methods is used to obtain the object that generated a WindowEvent?