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 append in java?
What is square root in java?
Can you create an object of an abstract class?
What is class forname?
What is java autoboxing?
Does unicode support all languages?
What is the need of transient variables in Java ?
When should I use singleton pattern?
How many threads can java run?
Explain where variables are created in memory?
Similarity and difference between static block and static method ?
What is difference between checked and unchecked exception in java?
What is encapsulation in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is boolean used for?