InterviewSolution
Saved Bookmarks
| 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 The Serializable interface is just a "marker" interface, with no methods of its own to implement. Other ’marker’ interfaces are |
|