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
Is array primitive data type in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Write a function to find out longest palindrome in a given string?
What is the use of string and stringbuffer?
What is hashmap and map?
How can we make copy of a java object?
What is anagram in java?
What is the purpose of a default constructor?
How do you replace all in word?
What is final int?
Why isn’t there operator overloading?
Can we nested try statements in java?
When should we create our own custom exception classes?
What is slash r?
Explain static nested classes ?