which methods consisting of the serilizable interface?
Answer Posted / abhi
actually there are two methods on serializable interface.one
is readObject and writeObject.If u implement that two method
then it behave as a normal interface.if not then it is
marker interface.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Difference between serialization and deserialization in java?
What does isempty () do in java?
Describe 2 different ways to concatenate two strings.
What is final?
What is oop principle in java?
Why array is used in java?
What is default exception handling in java?
Is java a prime method?
What is java thread dump, how can we get java thread dump of a program?
Explain importance of throws keyword in java?
When is the finalize() called?
explain local datetime api in java8?
What is advantage of java?
What is a class in java?
How do you create a null object?