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 is Enum in Java?
Explain about automatic type conversion in java?
Why use string handling in Java?
What are benefits of java?
Explain what are final variable in java?
Explain the difference between comparator and comparable in java?
Explain when classnotfoundexception will be raised ?
What do you mean by checked exceptions?
Explain 5 features introduced in jdk 1.7?
Is java hashset ordered?
What is the use of toarray () in java?
What is a dynamic array in java?
Write a program to print 15 random numbers using foreach of java 8?
What is the difference between equals() and == in java?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?