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 thread deadlock? How to resolve thread deadlock?

3 Answers  


How a component can be placed on Windows?

0 Answers   Wipro,


how do you Handle Front End Application data against DB with example?

0 Answers   Campus Interaction, HCL,


What happens when a thread cannot acquire a lock on an object?

0 Answers  


how can we load a file of a user in the database table?

3 Answers   ITC Infotech,






What is source and listener?

1 Answers  


Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  


Explain what is synchronization?

0 Answers  


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


how we can implement interface in jsp ?

2 Answers   Google,


What is the diffrence between a local-tx-datasource and a xa-datasource?

0 Answers  


How to determine SGA site?

0 Answers   Wipro,


Categories