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 is colon_pkg_prefixes and what is its use?
What is the purpose of the wait() method?
What is metaspace?
What is Remote Server?
How can I avoid validating a form before data is entered?
To identify IDL language what mapping mechanism is used?
What are the different approaches to represent an inheritance hierarchy?
Explain about thread synchronization inside a monitor?
What classes of exceptions may be caught by a catch clause?
Do you think that java should have had pointers?
What are transaction attributes?
What are the different class loaders used by jvm?
What class is used to create Server side object ?
What are callback interfaces?
Difference between DurableSubscription and non- DurableSubscription?