Solved

What Is the Preferred Way to Handle an Object's Events

Question 9

Multiple Choice

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 process Event ( ) methods.
D) Have the object override its dispatch Event ( ) methods.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions