1.

How Many Methods Do U Implement If Implement The Serializable Interface?

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

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



Discussion

No Comment Found