Explain Object Serialization and it can be used?
Answer Posted / devarathnam c,kotagudibanda(po
Hi,
Object Serialization: It is process of storing an object
state as permanently in the file(secondary storage).Java is
internet language ,so we need to serialize an object
into "bit-blobs" streams inorder to send an object(s) over
the network.To achieve this task we can use "Serializable"
interface(Marker interface),"ObjectOutputStream"
and "ObjectInputStream" classes also plays key role in the
Serialization process.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the oops concept?
What is the purpose of the wait() method?
what is a portable component?
When a thread blocks on i/o, what state does it enter?
Is it possible to stop the execution of a method before completion in a sessionbean?
How substring() method of string class create memory leaks?
What is meant by method chaining?
What is table mutation and how do you avoid it?
Define the remote object implementation?
What is the difference between a menuitem and a checkboxmenuitem?
What is a clone?
What is message driven beam?
What is glasgow?
Is the session factory thread safe?
What are various types of class loaders used by jvm?