which methods consisting of the serilizable interface?
Answers were Sorted based on User's Feedback
Answer / balu
There are no methods in the serializable interface.it is a
marker interface.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
What is data movement?
What is thin driver and thick driver. why it is called so?
Is break statement can be used as labels in java?
explain autoboxing in java?
What are locale settings?
Can we create an object of static class in java?
what is difference between interface and abstract class..?
Why is stringbuffer not immutable?
What is void data type?
How do you define a set in java?
What is structure of java heap? What is perm gen space in heap?
What is console based application in java?