Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is meant by serialization?

Answers were Sorted based on User's Feedback



what is meant by serialization?..

Answer / ranganathkini

Serialization is the process of translating a state of an
object into a stream of bytes.

The process of reconstructing an object from a stream of
bytes that represent its serialized state is called
de-serialization.

Serialization is mostly used when the state of objects have
to be written to persistent storage for later retrieval or
for transfer over a network.

Is This Answer Correct ?    60 Yes 4 No

what is meant by serialization?..

Answer / animesh

Serialization is the process of storing object properties.
To avoid serialization we use transient modifier.

Is This Answer Correct ?    9 Yes 2 No

what is meant by serialization?..

Answer / shakir khan

serialization is the mechanism by which youcan save
the state of an object by converting in to a byte stream.

Is This Answer Correct ?    13 Yes 7 No

what is meant by serialization?..

Answer / arpit

Serialization is used for persistence it is done by
implementing serializable interface which is a wrapper
class does not have any method

Is This Answer Correct ?    5 Yes 1 No

what is meant by serialization?..

Answer / lala

serialization is the process of storing object in byte
Stream over network or file.to avoid serialization we have
to declare the variable as trasient.Inorder to make object
serialisation class implement serilazable
interface.Serializable Interface is an Marker
interface.Marker interface doesn't contain any method.so
how it works? it will call the object class methods.

Is This Answer Correct ?    4 Yes 2 No

what is meant by serialization?..

Answer / ravikiran

Serialization is the process of saving the object state
into an output stream

Is This Answer Correct ?    3 Yes 3 No

what is meant by serialization?..

Answer / abilash

Serialization is a Process of translating a state of object
into a stream of bytes.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is assembly condition codes?

0 Answers  


Why inputstreamreader is used in java?

0 Answers  


Can we declare the static variables and methods in an abstract class?

0 Answers  


How many decimal digits is 64 bit?

0 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


Is class forname reflection?

0 Answers  


What is entry in java?

0 Answers  


What is the difference between java applets and applications?

0 Answers  


Can we access instance variables within static methods ?

0 Answers  


Why call by value prevents parameter value change?

0 Answers  


What is casting?

5 Answers  


What is the purpose of a statement block?

1 Answers  


Categories