What are serialization and deserialization?
Answer / Anurag Tripathi
Serialization is the process of converting an object into a byte stream or sequence of bytes for storage or transmission, and deserialization is the reverse operation of converting a serialized byte stream back into an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
can anyone explain me the concept of autoboxing?
What is a default constraint?
How do you do exponents in java?
Can you access non static variable in static context?
What is an abstract class and abstract method?
What defines function?
Can u overload main()method.Give with example.
6 Answers IBM, Schimatic Technologies,
Difference between Map & Hashmap
What is meant by JVM? Is JVM platform independent or not?
What is final method in java?
What is the function of compareto in java?