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 serialization and de-serialization ?

Answer Posted / kranti kumar

Seriliazation : Writing the state of an object to the stream.
DeSeriliazation : Reading the state into an object from the stream

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1890


What is the map interface?

1175


How are commas used in the intialization and iteration parts of a for statement?

1146


Explain RMI Architecture?

1154


What are the diff types of exception?

1118


Is the ternary operator written x : y ? Z or x ? Y : z ?

1161


What restrictions are placed on the values of each case of a switch statement?

1061


Do I have to use jsps with my application?

1070


Can we sent objects using Sockets?

1202


How will you pass parameters in RMI? Why do you serialize?

1316


Java is fully object oriented languages or not?

1074


How can I scroll through list of pages like the search results in google?

1012


What are the different methods of identifying an object?

1130


What is the difference between a menuitem and a checkboxmenuitem?

1177


which book is better for jdbc ,servlets and jsp

2144