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 the relationship between an event-listener interface and an event-adapter class?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What you mean by COM and DCOM?
Define the remote object implementation?
What must a class do to implement an interface?
Describe activation process?
Describe, in general, how java's garbage collector works?
What is ripple effect?
Where can I find seam examples and documentation?
Explain RMI Architecture?
Explain the difference between object state and behavior?
Brief description about local interfaces?
What is the difference between session and entity beans?
What do you mean by Socket Programming?
What is jboss?