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 the difference between hashmap and hashtable in java?
What will happen if static modifier is removed from the signature of the main method?
What is object data type?
How is hashset defined in java?
What does ide stand for?
Can we override the overloaded method?
What is the exact difference in between unicast and multicast object? Where we will use?
What is the differences between heap and stack memory in java? Explain
what is instanceof operator used in java?
What are JVM.JRE, J2EE, JNI?
What is jar?
Explain about join() method?
List out five keywords related to exception handling ?
Can an interface implement another interface?
What does compareto () do in java?