What is serializable interface?

Answer Posted / atul singhal

Serializable is an Interface, which is used to convert an
object into byte, whose objects state can be saved into any
local disc by ObjectOutputStream and ObjectInputStream.
This byte form of an object will used to transfer over the
Network. This is mainly used in RMI.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does += mean coding?

520


What is string manipulation?

507


Which package is imported by default?

643


Why java does not support pointers?

570


Is char * a string?

546






Is string is a data type in java?

597


How many days will it take to learn java?

525


Differentiate between a constructor and a method? Can we mark constructors final?

685


what is abstract class in Java?

661


How many ways can we create singleton class?

514


What is a default constructor and also define copy contrucyor?

613


What are the actions that can occur when a thread enters blocked state?

591


Can we extend immutable class?

543


What are the differences between the constructors and methods?

592


What is size of int in java?

565