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

important features of java which differenciate it from c++

3 Answers  


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

0 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


whats is mean by filter?

1 Answers   SolutionNET,


what is difference between object state and behaviour?

3 Answers  






How many layers are there in RMI and what are they?

1 Answers  


Why use a datasource when you can directly specify a connection details?

0 Answers  


How can I scroll through list of pages like the search results in google?

0 Answers  


Name the class that is used to bind the server object with RMI Registry?

0 Answers  


How many requests can a server fetch at a time?

1 Answers  


diff between jsp include directive and jsp action include?

2 Answers   SolutionNET,


what is Static binding?

2 Answers   Wipro,


Categories