Question: What is the preferred way to handle an objects events in Java 2? (a) Override the objects handleEvent( ) method. (b) Add one or more
What is the preferred way to handle an object’s events in Java 2?
(a) Override the object’s handleEvent( ) method.
(b) Add one or more event listeners to handle the events.
(c) Have the object override its processEvent( ) methods.
(d) Have the object override its dispatchEvent( ) methods.
Step by Step Solution
3.53 Rating (160 Votes )
There are 3 Steps involved in it
b Add one ... View full answer
Get step-by-step solutions from verified subject matter experts
