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
Where are variables stored?
Can we override private constructor in java?
What is join () in java?
What is abstract class? Explain
What is a local class in java?
Can set contain duplicates?
What are the steps involved to write rmi based programs?
How to implement an arraylist in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
java program with complete 4 oops concepts implemented example
Explain treeset?
What does jre stand for?
What are the different types of data structures in java?
Which is better ascii or unicode?