Multiple Choice
Which java package must be imported if a program wishes to respond to button events?
A) javax.swing.event.ActionListener
B) java.awt.event.ActionListener
C) javax.swing.JButton
D) java.awt.JButton
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: What happens if a text field's width
Q28: Which of the following statements about event
Q29: User-interface components are arranged by placing them
Q30: Consider the following code snippet:<br>Public static void
Q31: Which statement should be added to this
Q57: _ are generated when the user presses
Q74: Which of the following statements about an
Q79: To associate an event listener with a
Q84: Which of the following statements will compile
Q96: You have a class that extends the