Why we need to serialize the object
Answer Posted / sivadasan
Serialization is a process of writing the state of an
object to the byte stream and also its used to store the
state of an Object (such as a file or memory buffer). Its
for security purpose to send an object on the network.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is static keyword?
How do you sort a set in java?
What is the difference between the paint() and repaint() methods?
Describe 2 different ways to concatenate two strings.
What is parsing and its types?
What is array initialization in java?
How does thread synchronization occurs inside a monitor?
Is .net better than java?
Why pass by reference is not possible in java?
How to store image in arraylist in java?
Why do we need hashmap in java?
Is linkedlist thread safe in java?
What is a return in java?
Can constructor be synchronized?
Tell me how many ways are there to initialise an integer with a constant.