Delete comment from: Javarevisited
Hi Every One! Marker Interface means it has no methods in that. right ? so this is not correct definition for marker interface. Marker Interface is an Interface which is gives ability, functionality to derived classes. Like Runnable Interface it has run() method and Serializable no method, Cloneable no method too.
Nov 30, 2015, 2:44:20 AM
Posted to What is Marker interface in Java and why required? Answer

