Multiple choice technology wHAT IS MARKER INTERFACE? a interface with single method A interface with no methods A final interface there is nothing like marker interface Reveal answer Fill a bubble to check yourself B Correct answer Explanation A marker interface is an interface with no methods or fields, serving only to mark a class for special handling (e.g., Serializable, Cloneable, Remote). It conveys metadata to the JVM or compiler through the interface's presence alone.