ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is a marker interface?

Marker interfaces are those which do not declare any required methods, but signify their compatibility with certain operations. The java.io.Serializable interface and Cloneable are typical marker interfaces. These do not contain any methods, but classes must implement this interface in order to be serialized and de-serialized.
Related Posts Plugin for WordPress, Blogger...
Flag Counter