Multiple Choice
Which of the following statements about helper classes is true?
A) Helper classes must be inner classes.
B) Helper classes must implement interfaces.
C) Helper classes help reduce coupling.
D) Helper classes cannot contain instance variables.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Which of the following code statements creates
Q14: Consider the following code snippet:<br>Import _<br>Import java.awt.event.ActionListener;<br>/**<br>An
Q15: If the user presses and releases a
Q16: Which of the following statements about listener
Q17: Assuming that the ClickListener class implements the
Q19: Which of the following can potentially be
Q20: Consider the following code snippet: JFrame frame
Q21: Consider the following declarations: public interface Measurer<br>{<br>Int
Q22: A/an _ belongs to a class whose
Q23: You wish to implement a callback method