ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is serializable Interface?

If we want to transfer data over a network then it needs to be serialized. Objects cannot be transferred as they are. Hence, we need to declare that a class implements serializable so that a compiler knows that the data needs to be serialized.

 

Related Posts Plugin for WordPress, Blogger...
Flag Counter