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 Do you Mean By Object Serialization in java.

Answer Posted / ritesh prabhu

Object Serialization extends the core Java Input/Output
classes with support for objects. Object Serialization
supports the encoding of objects, and the objects reachable
from them, into a stream of bytes; and it supports the
complementary reconstruction of the object graph from the
stream. Serialization is used for lightweight persistence
and for communication via sockets or Remote Method
Invocation (RMI). The default encoding of objects protects
private and transient data, and supports the evolution of
the classes. A class may implement its own external encoding
and is then solely responsible for the external format.

Serialization now includes an API that allows the serialized
data of an object to be specified independently of the
fields of the class and allows those serialized data fields
to be written to and read from the stream using the existing
protocol to ensure compatiblity with the default writing and
reading mechanisms.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you understand the action tag and jsp action elements.

903


How does a jsp function?

871


Explain the difference between servletcontext and pagecontext in jsp?

873


How to include a jsp file in another jsp file?

867


What is the jsp?

932


What are context initialization parameters?

978


How do I mix jsp and ssi #include?

959


What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?

1001


What is jsp api?

904


What are jsp and servlets?

886


Why is _jspservice () method starting with an '_'?

796


How we can configure init params in jsp?

977


Where do I create jsp in eclipse?

887


What are the jsp standard actions?

954


Tell us about the stages (phases) of the jsp life cycle.

889