Back to quizzes
Interfaces Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is an interface in Java?
A
reference type that can contain only constants, method signatures, default methods, static methods, and nested types.
B
A class that cannot be instantiated.
C
A type of array.
D
A type of exception.