Multiple Choice
A(n) ____ has an instance method addActionListener() for specifying which object is responsible for implementing the action associated with the object.
A) JFrame
B) JSlider
C) JButton
D) JLabel
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: When you use a timer, you need
Q26: An inner class can access local variables
Q27: A/an _ class defined in a method
Q29: Suppose listener is an instance of a
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,
Q36: When an event occurs, the event source
Q62: Which of the following statements about abstract