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

What is meant by annotations in java?

0 Answers  


What's the difference between code-based security and role-based security? Which one is better? : java security

0 Answers  


What is meant by code profiling?

0 Answers  


Why dependency injection is used in java?

0 Answers  


What is dao in java?

0 Answers  






Why do we need framework in java?

0 Answers  


Is openjdk the same as jdk?

0 Answers  


Which is more secure: java or activex? : java security

0 Answers  


Is jvm a compiler or an interpreter?

0 Answers  


What type of parameter passing does java support?

0 Answers  


What is transient in java?

0 Answers  


What are the risks in java security? : java security

0 Answers  


Categories