Wednesday, February 7, 2007

How many methods do u implement if implement the Serializable Interface?

The Serializable interface is just a “marker” interface, with no methods of its own to implement. Other ‘marker’ interfaces are
1. java.rmi.Remote
2. java.util.EventListener


SOURCE : www.referjava.com

No comments: