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 |
How much is a java license?
what is difference between requestprocessor and request dispatcher?
Explain difference between final, finally and finalize?
Highest level event class of the event-delegation model?
What is a cup of java?
Explain the importance of throws keyword in java?
Can interface be private in java?
Explain what do you mean by functional overloading in java?
How can a class be accessed, If no access modifiers are declared?
What is a void method?
How can we make copy of a java object?
How can you read an integer value from the keyword when the application is runtime in java? example?