Answer Posted / ranganathkini
Serialization is the process of translating a state of an
object into a stream of bytes.
The process of reconstructing an object from a stream of
bytes that represent its serialized state is called
de-serialization.
Serialization is mostly used when the state of objects have
to be written to persistent storage for later retrieval or
for transfer over a network.
| Is This Answer Correct ? | 60 Yes | 4 No |
Post New Answer View All Answers
Is java se open source?
What is use of static in java?
What is difference between overloading and overriding in java?
Is static a singleton?
Can you call a method in a method?
What are the 4 versions of java?
How to sort an array from smallest to largest java?
Why are there no global variables in java?
How a variable is stored in memory?
Write a function to find out longest palindrome in a given string?
Is it possible to specify multiple jndi names when deploying an ejb?
Is arraylist dynamic in java?
How to convert string to byte array and vice versa?
what happens when a thread cannot acquire a lock on an object? : Java thread
Write a program based on Java script program.