Multiple Choice
Which of the following interfaces would be used to implement a class that represents a group (or collection) of objects?
A) Iterator
B) Speaker
C) Comparable
D) MouseListener
E) KeyListener
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Provide code to generate the following JFrame.
Q7: In general, spending more time in development
Q9: Draw the JFrame as you think it
Q10: Arranging components in a GUI container is
Q13: If classes C1 and C2 both implement
Q15: It is important to dissect a problem
Q15: It is not possible to test out
Q20: Define an interface class that contains two
Q23: Assume that the class Bird has a
Q35: Any class can implement an interface, but