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 is java created?
What is the difference between serial and throughput garbage collector?
What are triggers in DB? Explain their types. How do they work?
Difference between ‘>>’ and ‘>>>’ operators in java?
Difference between start() and run() method of thread class?
What is the memory leak in java?
What is the use of pattern in java?
What is a finally block? Is there a case when finally will not execute?
what is Assertion?
What are the three best choices for a development environment?
When should the method invokelater() be used?
What is difference between stringbuffer and string?