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
Differentiate between class and structure.
What is array list in java?
Does substring create a new object?
How can we find the sum of two linked lists using stack in java?
What are default methods ?
How do you calculate square roots?
Can a final variable be initialized in constructor?
What is string syntax?
What are the rules for variable declaration?
Can a class with private constructor be extended?
Why we use protected in java?
What is the simpletimezone class in java programming?
What is autoboxing in java?
What is difference between string and stringbuffer?
Explain what do you mean by functional overloading in java?