Solved

What Does the Following Statement Do

Question 57

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions