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 implicit object in java?
Have you ever used hashtable and dictionary?
Can a class have an interface?
What if static is removed from main method?
What is the use of callablestatement?
Can a java program have 2 main methods?
What is identifier with example?
Who is founder of java?
Is java based on c?
What is thread pool? How can we create thread pool in java?
What are java packages? What's the significance of packages?
What interface is extended by awt event listeners?
What technique is carried out to find out if a particular string is empty?
What is integer valueof?
What is the declaration statement?