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...

Why we need to serialize the object

Answer Posted / balaji

when ever an object's state needs to be saved to retrieve it
after some time we need to serialize the object.
Serialization is the process of writing the state of an object
to the stream.
The state of an object will be available in instance variables.

Is This Answer Correct ?    27 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of using break in each case of switch statement?

1067


what is thread? What are the high-level thread states? : Java thread

1320


What are default methods ?

1104


When should we create our own custom exception classes?

1054


Why do I need to declare the type of a variable in java?

1150


What things should be kept in mind while creating your own exceptions in java?

1225


Can an integer be null java?

1049


What is a null class?

1028


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

1049


Can a string be null?

1035


What do you mean by order of precedence and associativity?

996


If system.exit (0); is written at the end of the try block, will the finally block still execute?

1159


Can a variable be local and static at the same time?

1048


What java is used for?

1115


Does sprintf add a null terminator?

1165