Multiple Choice
What is known for certain from this correct code excerpt? ActionListener openListener = new FileOpenListener() ;
JMenuItem fileOpen = new JMenuItem("Open File") ;
FileOpen.addActionListener(openListener) ;
A) fileOpen will open a file dialog when clicked
B) The fileOpen menu item will be visible
C) The FileOpenListener class implements the ActionListener interface
D) The openListener object will only listen to the fileOpen object
Correct Answer:

Verified
Correct Answer:
Verified
Q4: The ChangeEvent class defines no methods.What makes
Q7: In Java, each container has its own
Q36: Which class has constants called NORTH and
Q66: Which code will create a JSlider with
Q68: Which layout manager allows you to add
Q70: If you want to have a tabular
Q70: When using a combo box, the _
Q71: Which GUI element allows text entry from
Q74: The code below will not compile successfully
Q75: Which of the following GUI objects generate(s)