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
Describe activation process?
What is the purpose of the notifyall() method?
Explain what is orm?
Can you control when passivation occurs?
Are there books about seam?
What do you need to set-up a cluster with jboss?
how do you Handle Front End Application data against DB with example?
What is the RMI and Socket?
How many times may an objects finalize() method be invoked by the garbage collector?
What is the difference between ear, jar and war file?
what is Activation Instantinator?
what are the advantages of JTA over JTS?
What are the purpose of introspection?
What class is used to create Server side object ?
Difference between new operator and class.forname().newinstance()?