Multiple Choice
Which of the following statements about adapters is false?
A) An adapter class implements an interface.
B) An adapter class provides a default (empty) implementation of every method in the interface.
C) Programmers override selected adapter methods.
D) A ComponentListener is a ComponentAdaptor.
Correct Answer:

Verified
Correct Answer:
Verified
Q19: Which of the following does not generate
Q20: Class Point represents _.<br>A) a filled oval<br>B)
Q21: FlowLayout method_ changes the alignment for the
Q22: Class JTextArea's getSelectedText method _.<br>A) returns the
Q23: A JRadioButton is different from a JCheckBox
Q25: Adding a ButtonGroup object to a container
Q26: Which of the following is false?<br>A) A
Q27: Which method determines if a JCheckBox is
Q28: All layout managers implement the interface _.<br>A)
Q29: Which methods can be used to change