Multiple Choice
Which of the following is true about interface types and abstract classes?
A) An interface type cannot be instantiated whereas an abstract class can.
B) An interface type cannot have instance variables whereas an abstract class can.
C) An abstract class can provide method implementation whereas an interface type cannot.
D) An interface type cannot have constants whereas an abstract class can.
Correct Answer:

Verified
Correct Answer:
Verified
Q45: Which of the following statements about a
Q46: Which of the following statements about interfaces
Q47: Which of the following statements is correct
Q48: When an event occurs, the event source
Q49: Consider the following declarations: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg" alt="Consider
Q51: You wish to implement a callback method
Q52: What is the preferred way to implement
Q53: Assume that the TimerListener class implements the
Q54: Consider the following class: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg" alt="Consider
Q55: A _ has an addActionListener() method for