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
Can I run seam with jdk 1.4 and earlier?
Is jvm a overhead?
What is chat area? Explain.
What does module-relative mean?
why static class in java
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Difference between DurableSubscription and non- DurableSubscription?
Explain the advantages and disadvantages of detached objects.
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Do I need to import javlang package any time? Why ?
What are local interfaces? Describe.
Do we need to override service() method
What are JTA/JTS and how they used by client?
How substring() method of string class create memory leaks?
Name three subclasses of the component class?