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 the best definition for data?
What is a singleton puppy?
Name the methods in mouse listeners ?
What are aggregate functions explain with examples?
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
How do you create an array in java?
What is prime number in java?
What are conditionals and its types?
What is oop in java?
What is void class in java?
Explain about interthread communication and how it takes place in java?
What is design pattern and there types?