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
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Is vector ordered in java?
What is the purpose of checked and unchecked exceptions in JAVA?
What is difference between printf and scanf?
Which api is provided by java for operations on set of objects?
What is the difference between java applets and applications?
Is finalize() similar to a destructor?
Which is easier .net or java?
Can each java object keep track of all the threads that want to exclusively access it?
Explain what access modifiers can be used for methods?
Can static methods access instance variables in java?
What does a boolean method return?
what is the difference between process and thread? : Java thread
What are the advantages of java over cpp?
How does a for loop work?