Solved

To Use the ActionListener Interface, as Well as Other Event

Question 33

Multiple Choice

To use the ActionListener interface, as well as other event listener interfaces, you must have the following import statement in your code:


A) import java.swing;
B) import java.awt;
C) import java.awt.*;
D) import java.awt.event.*;

Correct Answer:

verifed

Verified

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

Related Questions