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
Explain inheritance in java?
Can we convert list to set in java?
Which package is always imported by default?
How many bytes is a string in java?
What is difference between class and object in java?
What is java thread dump, how can we get java thread dump of a program?
Break statement can be used as labels in java?
What happens to the Exception object after handling an exception?
What are different types of arrays?
Can size_t be negative?
Can a static method be final?
How do you use equal in java?
What is the function of http?
What is the difference between jvm and jre? What is an interface?
Is a method a procedure?