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
What is the reflection?
What is a class instance variable?
How to retrieve data from database in java using arraylist?
What is the disadvantage of synchronization?
Is java a security risk?
what is difference between equals and ==?
How does singleton class work?
Is array passed by reference in java?
What access modifiers can be used for class ?
Why singleton pattern is better than creating singleton class with static instance?
How an object is serialized in java?
What is the use of a conditional inclusion statement in Java ?
How do you format in java?
What is anti pattern in programming?
What is lexicographically smallest string?