Multiple choice technology programming languages

Is clonable marker interface?

  1. True

  2. False

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

Cloneable is indeed a marker interface in Java - it has no methods and serves only to identify that the class permits cloning. Marker interfaces like Serializable, Cloneable, and Remote indicate runtime behavior without declaring any methods.