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

what is default length of textfield ?

1 Answers  


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

0 Answers  


How task's priority is used in scheduling?

0 Answers   HCL,


What event results from the clicking of a button?

0 Answers  






Which class is the immediate superclass of the menucomponent class?

0 Answers  


how can u cal servlet from java?

7 Answers  


What is the use of Class.forName

20 Answers   HCL,


What are the call back methods in entity bean?

0 Answers  


What invokes a thread?s run() method?

2 Answers  


Describe activation process?

0 Answers  


What do you know about seam?

0 Answers  


Categories