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
Are we allowed to change the transaction isolation property in middle of a transaction?
What is a sessionfactory? Is it a thread-safe object?
Java is fully object oriented languages or not?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What value does readline() return when it has reached the end of a file?
What is mdb and what is the special feature of that?
What is difference between object state and behavior?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Explain about local interfaces.
Difference between loadclass and class.forname?
What you mean by COM and DCOM?
what are the activation groupworks?
What is a class loader? What are the different class loaders used by jvm?
What is local interface. How values will be passed?
What is the difference between a menuitem and a checkboxmenuitem?