Question 1 of 25
Hints left: 3
Q1
Which of these methods can be used to know the type of focus change?
Q2
Which of these are integer constants of ComponentEvent class?
Q3
Which of these methods are used to register a mouse motion listener?
Q4
Which of these methods can be used to know the degree of adjustment made by the user?
Q5
Which of these events will be generated if we close an applet's window?
Q6
Which of these packages contains all the event handling interfaces?
Q7
Which of these is superclass of WindowEvent class?
Q8
What is an event in delegation event model used by Java programming language?
Q9
Which method is used to handle input events in Java event handling?
Q10
In Java event handling, what is the purpose of the `MouseListenerAdapter` class?
Q11
What is the purpose of the `InputEvent` class in Java event handling?
Q12
Which of these methods can be used to know which key is pressed?
Q13
Which of these methods is defined in MouseMotionAdapter class?
Q14
Which of these interfaces define a method itemStateChanged()?
Q15
Which of these methods will be invoked if a character is entered?
Q16
Which of these events is generated when the window is closed?
Q17
Which of these constant value will change when the button at the end of scroll bar was clicked to increase its value?
Q18
Which of these is superclass of ContainerEvent class?
Q19
Which of these methods can be used to determine the type of adjustment event?
Q20
Which of these packages contains all the classes and methods required for even handling in Java?
Q21
What is a listener in context to event handling?
Q22
MouseEvent is subclass of which of these classes?
Q23
Which of these are constants defined in WindowEvent class?
Q24
Which of these are integer constants of TextEvent class?
Q25
Which of these events is generated when a button is pressed?