What is the need of serialize?
Answers were Sorted based on User's Feedback
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 |
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 |
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
How to deploy Jar, War files in J2EE?
advantage of thread?
Is multiple try block is possible in single java Application......
How will the struts know which action class to call when you submit a form?
whats is mean by class.forName() whats the return type of class
What invokes a thread?s run() method?
what is Activation Instantinator?
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
What is the use of Class.forName
What is thread deadlock? How to resolve thread deadlock?
What is message driven beam?