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

String is immutable.it is true String can be change to mutable How?

6 Answers   IBM, Professional Access, TCS,


What is deadlock?

2 Answers  


What are the advanatages of RMI ?

1 Answers   HGS,


How to determine SGA site?

0 Answers   Wipro,


What is the relationship between local interfaces and container-managed relationships?

0 Answers  


1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?

1 Answers   L&T,


how can u cal servlet from java?

7 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,


What state does a thread enter when it terminates its processing?

0 Answers  


Explain Object Serialization and it can be used?

3 Answers   Infosys,


What is scalable, portability in the view of J2EE?

0 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


Categories