🎴 Flashcard Mode

Java and SAS Programming Languages Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which Interface has no methods.

AnswerClick to flip back
A
Serializable
💡 Explanation:

The Serializable interface in Java is a marker interface with no methods. It serves only to indicate that a class can be serialized - the actual serialization is handled by the JVM. Interfaces like Runnable, Servlet, and ActionListener all declare methods that must be implemented.

Change Mode