What is the need of serialize?

Answer Posted / modi[achir communication]

The need of Serialization is, it provides:

* a method of persisting objects which is more
convenient than writing their properties to a text file on
disk, and re-assembling them by reading this back in.
* a method of issuing remote procedure calls, e.g., as
in SOAP)
* a method for distributing objects, especially in
software componentry such as COM, CORBA, etc.
* a method for detecting changes in time-varying data.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are memory considerations of jsp compares to other web components?

6016


What are the types of scaling?

558


Is infobus easy to use?

600


Explain about thread synchronization inside a monitor?

2004


Describe activation process?

2068






what are RemoteObjects?

2262


Define the remote object implementation?

2001


What is ioc concept & explain it?

623


What is difference between object state and behavior?

585


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3461


what is an isolation level?

2216


How are commas used in the intialization and iteration parts of a for statement?

585


What class is used to create Server side object ?

1676


which book is better for jdbc ,servlets and jsp

1648


When is the best time to validate input?

609