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

Difference between swing and awt?

0 Answers  


Describe responsibilities of Activator?

0 Answers  


What is JasperReports?

2 Answers  


Why won’t the jvm terminate when I close all the application windows?

0 Answers  


How will you pass parameters in RMI? Why do you serialize?

0 Answers  






function of extends and implements keywords?

2 Answers  


To identify IDL language what mapping mechanism is used?

0 Answers  


how to search the pertical objects in a Collections

3 Answers   iGate,


When a thread blocks on i/o?

0 Answers  


Is jvm a overhead?

0 Answers  


Do I need to import javlang package any time? Why ?

0 Answers  


What is table mutation and how do you avoid it?

0 Answers  


Categories