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 modifiers may be used with an inner class that is a member of an outer class?
What is synchronization and why is it important?
What is the difference between RMI and Corba?
Which class is the immediate superclass of the menucomponent class?
Explain the advantages and disadvantages of detached objects.
What event results from the clicking of a button?
Write a singleton program?
What is a sessionfactory? Is it a thread-safe object?
How are the elements of a cardlayout organized?
What classes of exceptions may be caught by a catch clause?
How primary key is implemented in Oracle?
Can constructors be synchronized in java?
Is infobus easy to use?
What are the difference between RMI and CORBA?
What are the diff types of exception?