Thursday, March 12, 2009

How many methods do u implement if implement the Serializable

Question :How many methods do u implement if implement the Serializable
Interface? (CoreJava)

Answer :The Serializable interface is just a "marker" interface, with no methods of
its own to implement. Other 'marker' interfaces are
java.rmi.Remote
java.util.EventListener

No comments: