Explain Object Serialization and it can be used?

Answers were Sorted based on User's Feedback



Explain Object Serialization and it can be used?..

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

Explain Object Serialization and it can be used?..

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

Explain Object Serialization and it can be used?..

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

Post New Answer

More Advanced Java Interview Questions

What is in-memory replication?

0 Answers  


how can u cal servlet from java?

7 Answers  


why static class in java

0 Answers   Infotech, SunGard,


What is a sessionfactory? Is it a thread-safe object?

0 Answers  


Explain the steps in details to load the server object dynamically?

0 Answers  






What is meant by Superconductivity?

4 Answers  


diff vector arraylist

4 Answers   Saka Solutions,


What is UniCastRemoteObject and what is its use in RMI?

6 Answers  


if i know the lenght of collection in hand, should I use Array or Arraylist? justify

1 Answers   iTrust,


Can you control when passivation occurs?

0 Answers  


Explain the different types of memory used by jvm?

0 Answers  


How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration

1 Answers  


Categories