Multiple Choice
What does the following statement do?
AddButton.addActionListener(new AddButtonListener() ) ;
A) Creates an AddButtonListener object
B) Registers the addButton object as an ActionListener with the AddButtonListener object
C) Creates an AddButtonListener object and registers the AddButtonListener object with the addButton
D) Nothing, the statement is invalid.
Correct Answer:

Verified
Correct Answer:
Verified
Q50: Which of the following statements is NOT
Q51: This is a graphic image that is
Q52: Assume that the variable checkbox references a
Q53: The System.exit method will end the application.
Q54: This is a basic window that has
Q55: AWT components are commonly called _ components
Q56: Some of the common GUI components are
Q58: The ActionEvent argument that is passed to
Q59: The GridLayout manager limits each cell to
Q60: When this is the argument passed to