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
What is a sessionfactory? Is it a thread-safe object?
How to pass parameters in RMI?
What is the difference between RMI registry and OS Agent?
Where can I find seam examples and documentation?
Can I have an action without a form?
What are the types of scaling?
What is ioc concept & explain it?
Can I map more than one table in a cmp?
What is the highest-level event class of the event-delegation model?
Which component handles cluster communication in jboss?
What are various types of class loaders used by jvm?
Why won’t the jvm terminate when I close all the application windows?
what are the advantages of JTA over JTS?
Is “abc” a primitive value?
What are transaction attributes?