Solved

Which of the Following Most Completely Describes the Steps for Setting

Question 44

Multiple Choice

Which of the following most completely describes the steps for setting up event handling for a GUI component?


A) Create a class that represents the event handler, attach the JFrame to a JWindow object and register the event handler.
B) Implement an appropriate event-listener interface and register the event handler.
C) Create a class that represents the event handler and implement an appropriate event-listener interface.
D) Create a class that represents the event handler, implement an appropriate event-listener interface and register the event handler.

Correct Answer:

verifed

Verified

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

Related Questions