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 modular application?
How is a java object message delivered to a non-java client?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the difference between a static and a non-static inner class?
Define aop(assepct oriented programing)?
Why are some of the class and element names counter-intuitive?
What state does a thread enter when it terminates its processing?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is scalable, portability in the view of J2EE?
What are transaction attributes?
How are commas used in the intialization and iteration parts of a for statement?
Can I have an action without a form?
What is the difference between system.out ,system.err and system.in?
what are RemoteObjects?
What’s jboss cache in short?