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's a method in programming?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Can we inherit inner class?
What is the purpose of final keyword and when to use it?
When is an object subject to garbage collection?
What do you mean by compiler?
Why is method overloading not possible by changing the return type in java?
Why are lists ordered in java?
What is the difference between import java.util.date and java .util?
What is an array length?
What are the rules for naming an array?
What do you mean by static variable?
How do you execute a thread in java?
What is the default size of load factor in hashing based collection?
Is 0 true or is 1 true?