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 |
Explain the purpose of garbage collection in Java?
What is meant by tab pans?
Difference between current previous versions of Java?
Why is java called java?
Can a constructor be made final?
Why is inheritance used in java?
Can we have two methods in a class with the same name?
What are different types of states exist for a thread?
Which number is denoted by leading 0x or 0x in java?
What is the difference between == and === javascript?
Can list have duplicates in java?
What are data types in programming?