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

How can a dead thread be restarted?

1 Answers   IBM, Wipro,


can any one tell me how to learn good coding techniques

3 Answers  


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


whats is mean by jndi

1 Answers   SolutionNET,


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


Explain about local interfaces.

0 Answers  


What are Benefits of Connection Pooling?

2 Answers  


Difference Between java & javax

5 Answers   Sun Microsystems, Wipro,


What is the argument type of a programs main() method?

0 Answers  


Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?

0 Answers  


What is an applet?

5 Answers  


Why is actionform a base class rather than an interface?

0 Answers  


Categories