Multiple choice technology web technology

An interface with no methods.Example: Serializable, Remote, Cloneable are called Marker Interfaces

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Marker interfaces are interfaces with no methods that serve to mark a class for a specific purpose. Serializable, Cloneable, and Remote are classic examples - they tell the JVM or framework to treat the implementing class specially (e.g., make it serializable).