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
How do you use substring in java?
Explain the importance of finally over return statement?
How is final different from finally and finalize?
What restrictions are placed on method overloading?
What is linkedlist in java?
What do you understand by java virtual machine?
List down the methods and interfaces of collection class in java.
Describe the term diamond problem.
What are the differences between graph and tree?
What are invisible components?.
Can we define static methods inside interface?
Why is singleton not thread safe?
What does the “static” keyword mean?
Is there any sort function in java?
What is anti pattern in programming?