Q1
What is an interface in Java?
A.
A contract specifying a set of methods that a class must implement
AnswerB.
A class that cannot be instantiated
C.
A class that contains only static methods
D.
A subclass of the Object class
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board