Multiple Choice Questions for Android Events Handling
×
Hidden Questions!
Some MCQs are not visible. Usually teachers hides their visibility if they are few in number. Subject Expert recommends them to have more than 70+ questions against the topic and make them public.
1
Which of the following is a way to register the listener for an event?
Using an Anonymous Inner Class
Activity class implements the Listener interface.
Using Layout file activity_main.xml to specify event handler directly.
4
The ____________ is a process by which an Event Handler gets registered with an Event Listener so that the handler is called when the Event Listener fires the event.