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

If your ui seems to freeze periodically, what might be a likely reason?

0 Answers  


Explain the steps in details to load the server object dynamically?

0 Answers  


Are we allowed to change the transaction isolation property in middle of a transaction?

0 Answers  


whats is statement and procedure

0 Answers   TCS,


what are the advantages of JTA over JTS?

0 Answers  






how convert java file to jar files?

10 Answers   Samsung,


Which containers use a border layout as their default layout?

0 Answers  


What is the difference between the session.get() method and the session.load() method?

0 Answers  


Why JDBC has introduced

4 Answers  


Explain the purposes of methods wait(), notify(), notifyAll ()?

2 Answers  


What you mean by COM and DCOM?

0 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


Categories