Answer Posted / sujanya
Serializable interface is a marker interface.This interface
is not having any methods,if u implement the serialization
to class ,then jvm will take care about the functionality.
when we are using the serialization is if u want to store
the data in persistent state.and u r passing the data
through the network then u must be use the srialization
intreface.
The process of writing the state of an object into a byte
stream is called serialization.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is annotation in java?
What is use of map in java?
What is backdrop?
What is multiple inheritance? Is it supported by java?
What are the main differences between notify and notifyAll in Java?
Is arraylist a class in java?
Define linked list and its features with signature?
What is data and its types?
What are different ways of object creation in java ?
Define a package.
How is hashcode calculated in java?
Is an integer an object?
What is the full form of jpeg?
What is arraylist e in java?
Why is multithreading important?