Podcast
Questions and Answers
________ is super class of all the events.
________ is super class of all the events.
Which of these packages contains all the classes and methods required for even handling in
Java?
Which of these packages contains all the classes and methods required for even handling in Java?
Which of these events is generated when the a window is closed?
Which of these events is generated when the a window is closed?
________method are used to register a keyboard event listener
________method are used to register a keyboard event listener
Signup and view all the answers
Which of these methods can be used to know the degree of adjustment made by the user?
Which of these methods can be used to know the degree of adjustment made by the user?
Signup and view all the answers
A MenuItem object can generate __________ events.
A MenuItem object can generate __________ events.
Signup and view all the answers
A source generates an event and sends it to ___________ listeners that can handle the event
A source generates an event and sends it to ___________ listeners that can handle the event
Signup and view all the answers
A ________________________ is generated when a component is added to or removed from a
container.
A ________________________ is generated when a component is added to or removed from a container.
Signup and view all the answers
ActionEvent Class is used for Which Control ?
ActionEvent Class is used for Which Control ?
Signup and view all the answers
Adapter class belongs to the package
Adapter class belongs to the package
Signup and view all the answers
Adapter Class provides_____________________________
Adapter Class provides_____________________________
Signup and view all the answers
An event is generated when the internal state of the event source is ___________.
An event is generated when the internal state of the event source is ___________.
Signup and view all the answers
An object that would like to be notified of and respond to an event is
An object that would like to be notified of and respond to an event is
Signup and view all the answers
At the root of the Java event class hierarchy is ___________which is the superclass for all
event
At the root of the Java event class hierarchy is ___________which is the superclass for all event
Signup and view all the answers