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
Define iterator and methods in iterator?
Write a program to show whether a graph is a tree or not using adjacency matrix.
Difference between string s= new string (); and string s = "abv";?
Explain importance of finally block in java?
What is main in java?
Where local and global variables are stored?
Can we cast any other type to boolean type with type casting?
What is passing value java?
Is ++ operator thread-safe in java?
How can you handle java exceptions?
Why hashcode is used in java?
Can we sort array in java?
What does flagged out mean?
What is the difference between object oriented programming language and object based programming language?
What does void * mean?