156k views
1 vote
Which of these is NOT one of the three parts to the event-handling mechanism in Java?

Event source
Event action
Event object
Event listener

User Boeboe
by
7.5k points

1 Answer

4 votes

Answer:Event action

Step-by-step explanation:Event-handling mechanism is the technique through which the the management of any event is Java is controlled and coordinated. The event handler code is used for the managing of the mechanism and execution.

Event action is not a part of the event handling mechanism in the java because no such step comes under the code of event handler and rest other option are present in java event handler.

User Yktoo
by
8.2k points

No related questions found