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
How many arguments can be passed to main ()?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is get () in java?
What are the important features of Java 9 release?
How do you get the length of a string in java?
What access modifiers can be used for methods?
What about main() method in java ?
Is list ordered in java?
How do you convert bytes to character in java?
What are benefits of java?
Write a function for palindrome and factorial and explain?
What is a map in java?
What is string english?
How do singleton patterns work?
What is a dot notation?