Friday, March 21, 2008

marker interface

Hi ,
If there is no methods in the interface that is called marker interface. But I have doubt how it will work?
for example if we will implement java.io.Serializable interface then that object is called serialized object. But we are not implement any methods regarding. How that class variables persistent.