How many methods in the Serializable interface?
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
Recent Comments