Multiple Choice
Which of the following is true regarding a class and interface types?
A) You can convert from a class type to any interface type that is in the same package as the class.
B) You can convert from a class type to any interface type that the class implements.
C) You can convert from a class type to any interface type that the class defines.
D) You cannot convert from a class type to any interface type.
Correct Answer:

Verified
Correct Answer:
Verified
Q75: _ occurs when a single class has
Q76: In Java, _ can be used for
Q77: The _ method should be called whenever
Q78: Which of the following statements about interfaces
Q79: To associate an event listener with a
Q80: Consider the following code snippet: myImage.add(new Rectangle(10,10,10,10));<br>This
Q81: Which of the following statements about a
Q82: How do you specify what the program
Q84: Which of the following statements will compile
Q85: Consider the following code snippet: public class