Vidyalelo
Java Programming · all questions

Java Event Handling
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

75

Questions

2/4

Page

Pick an option on a question to see the right answer and solution.

Which method is used to handle mouse drag events in Java event handling?

Select an option to see the answer and solution.

What is the purpose of the `FocusEvent` class in Java event handling?

Select an option to see the answer and solution.

In Java event handling, which method is used to handle focus gained events?

Select an option to see the answer and solution.

What is the purpose of the `KeyEventDispatcher` interface in Java event handling?

Select an option to see the answer and solution.

In Java event handling, what is the purpose of the `MouseWheelEvent` class?

Select an option to see the answer and solution.

Which method is used to handle mouse wheel events in Java event handling?

Select an option to see the answer and solution.

In Java event handling, what is the purpose of the `WindowAdapter` class?

Select an option to see the answer and solution.

What is the purpose of the `InputEvent` class in Java event handling?

Select an option to see the answer and solution.

Which method is used to handle input events in Java event handling?

Select an option to see the answer and solution.

In Java event handling, what is the purpose of the `MouseListenerAdapter` class?

Select an option to see the answer and solution.

Which of these is superclass of ContainerEvent class?

Select an option to see the answer and solution.

What is a listener in context to event handling?

Select an option to see the answer and solution.

Which of these methods can be used to know the degree of adjustment made by the user?

Select an option to see the answer and solution.

Which of these packages contains all the event handling interfaces?

Select an option to see the answer and solution.

Which of these interfaces define a method itemStateChanged()?

Select an option to see the answer and solution.

Which of these is superclass of WindowEvent class?

Select an option to see the answer and solution.

Which of these are integer constants of TextEvent class?

Select an option to see the answer and solution.

What is an event in delegation event model used by Java programming language?

Select an option to see the answer and solution.

Which of these are integer constants of ComponentEvent class?

Select an option to see the answer and solution.

Which of these are constants defined in WindowEvent class?

Select an option to see the answer and solution.