whats the purposr of using serialization?

Answers were Sorted based on User's Feedback



whats the purposr of using serialization?..

Answer / vinayak

in Java if you want to store java object for life time you
need to serialize it by implementing it class be serialiazable
interface.
So that you can access lifetime it it is stored somewhere.

Is This Answer Correct ?    4 Yes 1 No

whats the purposr of using serialization?..

Answer / paletipatisrinu

serialization is the process of save ing the state of the
object in to file or secondary storage device.The main
purpose serialization we can send the data one layer to
another layer.its converts java notation object to network
notation object.if we are working with serialization ur
class must implemented serializible interface

Is This Answer Correct ?    2 Yes 0 No

whats the purposr of using serialization?..

Answer / niltarlekar

object can pass in network from one place to other

Is This Answer Correct ?    2 Yes 1 No

whats the purposr of using serialization?..

Answer / rameshreddy.k

by using serialization we can pass some amout of data from
network to another network or one layer to another layer ..
and also we want use object with running JVM by use
serialization consept we can use it

Is This Answer Correct ?    0 Yes 1 No

whats the purposr of using serialization?..

Answer / ajay yadav

To store the current object to the persistent storage
location.

Is This Answer Correct ?    0 Yes 1 No

whats the purposr of using serialization?..

Answer / mushtaq hussain

to write object in Hard disk.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is prime number in java?

1 Answers  


When do you get classcastexception?

1 Answers  


What is the use of a copy constructor?

1 Answers   Flextronics,


Why const and goto are reserved keyword in java?

1 Answers  


Does java allow overriding static methods ?

1 Answers  


What are aggregate functions explain with examples?

1 Answers  


Can a class extend abstract class or interface? why

4 Answers   Wipro,


What is an example of declaration?

1 Answers  


What are heterogeneous objects?

1 Answers  


What do you mean by JVM?

1 Answers   Ericsson,


What is double data type?

1 Answers  


What is update method and when it is called?

2 Answers   TCS,


Categories