Friday 16 May 2014

My Note on Core Java.

1. Serializable Interface and Inheritance:-
   
     If a top level object implements Serializable  interface, then by default, all the child objects will be Serializable.