What is meant by serialisation and deserialisation?
Answer Posted / veerababu
It's process of coverting object data into respective byte
content is called serialization....Deserialiation is
process of converting byte content into object form
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are generic methods?
Why do we need array in java?
Break statement can be used as labels in java?
What is the difference between array list and vector in java?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the maximum size of arraylist in java?
What is the use of flag?
What are the classes of java?
What is the differences between c++ and java? Explain
What is complexity and its types?
What is a function in java?
Can you sort a string in java?
What is the purpose of the system class in java programming?
How do you add an element to an arraylist in java?