Answer Posted / 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 View All Answers
How database connectivity in XML is achieved?
What is abstract schema?
What is ripple effect?
what is Activation Instantinator?
What must a class do to implement an interface?
What are the benefits of detached objects?
Difference between loadclass and class.forname?
How a component can be placed on Windows?
Why is actionform a base class rather than an interface?
Which are the different segments of memory?
What are the purpose of introspection?
How will you pass parameters in RMI? Why do you serialize?
What is the relationship between local interfaces and container-managed relationships?
What value does readline() return when it has reached the end of a file?
Can I have an action without a form?