what is the serialization?

Answers were Sorted based on User's Feedback



what is the serialization?..

Answer / varsha pandey

Serialization is the process of converting a data structure
or object into a sequence of bits so that it can be stored
in a file, a memory buffer, or transmitted across a network
connection link to be "resurrected" later in the same or
another computer environment. When the resulting series of
bits is reread according to the serialization format, it can
be used to create a semantically identical clone of the
original object.

Is This Answer Correct ?    4 Yes 0 No

what is the serialization?..

Answer / krishana bihari singh

Serialization is use for convert to object in byte form

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Java Related AllOther Interview Questions

1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?

0 Answers  


What is the difference between Logical Parallelism and Physical Parallelism?

0 Answers   HCL,


Do I really have to type in the programs in the book to try them out?

0 Answers  


What is connection pooling in java?

0 Answers  


What is meant by framework in java?

0 Answers  






What is stateless object in java?

0 Answers  


How can I protect myself? : java security

0 Answers  


What are orm tools in java?

0 Answers  


Why are command line arguments passed as a string?

0 Answers  


How do I install java on windows?

0 Answers  


In which language eclipse is developed?

0 Answers  


What are the types of cookies in java?

0 Answers  


Categories