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 polymorphism?
How to reverse string in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
what is java bean?where can we use it?
Can It is possible to synchronize the constructor of a Java Class?
How arrays are stored in memory in java?
What is treemap in java?
what is the logic inside any default constuctor?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
How do you check if a string is lexicographically in java?
What do you mean by boolean?
What is unicode in java?