What is the need of serialize?

Answers were Sorted based on User's Feedback



What is the need of serialize?..

Answer / sujeev kr singh

Serialization is usefull, whenever we want to send an
object over Network. When we want to persit an object
serialization is needed.

Is This Answer Correct ?    6 Yes 0 No

What is the need of serialize?..

Answer / 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

More Advanced Java Interview Questions

Is the ternary operator written x : y ? Z or x ? Y : z ?

0 Answers  


difference between sql exception class and sql warning class

1 Answers  


What are the types of scaling?

0 Answers  


If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?

1 Answers  


How database connectivity in XML is achieved?

0 Answers  






Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


What is servlet preinitialization?

3 Answers   iFlex,


How is a java object message delivered to a non-java client?

0 Answers  


whats is mean by filter?

1 Answers   SolutionNET,


What class is used to create Server side object ?

0 Answers  


what is the RMI / IIOP?

3 Answers  


What is message driven beam?

0 Answers  


Categories