Solved

Which of the Following Statements About a Java Interface Is

Question 81

Multiple Choice

Which of the following statements about a Java interface is NOT true?


A) A Java interface defines a set of methods that are required.
B) A Java interface must contain more than one method.
C) A Java interface specifies behavior that a class will implement.
D) All methods in a Java interface must be abstract.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions