Wednesday, February 4, 2015

Marker interfaces in JAVA

Serializable, Clonnable and Remote interface are the marker interfaces in JAVA.

To know the JVM saying this object can be Serializable or this can be clonnable ..etc. with out implementing a marker interface compiler or JVM doesn't automatically do respective types.

No comments: