Tell us what is the marker interface in Java?

Submitted by: Muhammad
The marker interface in Java is an interfaces with no field or methods. In other words, it an empty interface in java is called a marker interface. An example of a marker interface is a Serializable, Clonable and Remote interface. These are used to indicate something to the compiler or JVM.
Submitted by: Muhammad

Read Online Java Software Engineer Job Interview Questions And Answers