Multiple Choice
Forgetting to register an event-handler object for a particular GUI component's event type causes ___________.
A) events of that type to be ignored.
B) all of the GUI component's events to be ignored.
C) a compilation error.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q48: Which of the following answers does not
Q49: BorderLayout implements interface _.<br>A) ActionListener<br>B) FlowLayout.<br>C) Layout<br>D)
Q50: When components are added to a container
Q51: Method paintComponent is called when:<br>A) a lightweight
Q52: Together, the appearance and the way in
Q54: Every JComponent has an instance variable called
Q55: FlowLayout is _.<br>A) an abstract class<br>B) a
Q56: _Provides the basic attributes and behaviors of
Q57: The text "Hello there, my friend." is
Q58: Selecting a JList item generates _.<br>A) an