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 method MUST be implemented by all threads?

1 Answers  


Have you used threads in Servelet?

0 Answers   Satyam,


Explain about local interfaces.

0 Answers  


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


What is JasperReports?

2 Answers  






What are the JSP implicit objects ?

1 Answers   eMids,


Can I use javascript to submit a form?

0 Answers  


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

0 Answers  


What is UniCastRemoteObject and what is its use in RMI?

6 Answers  


difference of inheritance and interface

3 Answers  


What is waiting state? In what ways a thread can enter into waiting state?

2 Answers   Wipro,


How two threads will communicate with each other?

2 Answers  


Categories