Multiple Choice
When an event occurs, the event source notifies all ____.
A) components
B) panels
C) interfaces
D) event listeners
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: A(n) _ has an instance method addActionListener()
Q32: _ methods must be implemented when using
Q33: Consider the following code snippet: class MyListener
Q34: Which of the following statements about an
Q35: Assuming that interface Resizable is declared elsewhere,
Q37: Consider the following code snippet: public interface
Q38: Event listeners are often installed as _
Q39: The Timer class is found in the
Q40: The method below is designed to print
Q41: Which of the following statements about a