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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is join () in java?

1014


Is it possible to override private or static method in java?

1041


What is this keyword used for?

1185


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

1011


Which is fastest collection in java?

1148


What are the advantages of java inner classes?

1119


Which is better singleton or static class?

1029


How to avoid memory leak in java?

1182


What is java virtual machine and how it is considered in context of java’s platform independent feature?

1225


Explain the Propertie sof class?

1112


What is ellipsis in java?

1140


What does a method signature consist of?

1057


In how many ways we can create threads in java?

1277


What is a 16 bit word?

1077


What is the need of transient variables in Java ?

1120