Explain Object Serialization and it can be used?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / abhijeet chalke
By implementing Seralizable interface we can store state of
an object which is very much important in j2ee application
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / senthil
implementing Seralizable interface we can store state of
an object which is very much important in advanced java
application
| Is This Answer Correct ? | 1 Yes | 0 No |
What is deadlock?
Connection Pooling with different type of databases?
How two threads will communicate with each other?
Name three subclasses of the component class?
How database connectivity in XML is achieved?
Why does the option tag render selected=selected instead of just selected?
Can we have more than one action servlet?
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
What are the various thread priorities?
What is meant by method chaining?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
What is the relation between the infobus and rmi?