Marker Interface in Java
Marker interface in Java is an empty interface having no fields or methods. Simply we can say that it’s an interface which is used to convey the JVM that a class executing an interface of this category will have some special behavior. Need for Marker Interface 1. Marker interface in java is used to point …