Re: Why Serializable is interface is empty.
Posted By:
Mallikarjun_V
Posted On:
Wednesday, March 28, 2007 10:54 PM
every interface marker interface by default it is used to create some special type object
Re: Why Serializable is interface is empty.
Posted By:
vinay_kumar
Posted On:
Monday, February 26, 2007 03:49 AM
Serializable is a tagged/marker interface(which means that it doesn't contains any methods but it specifies the special functionalities for the implemented class).