which methods consisting of the serilizable interface?
Answer Posted / balu
There are no methods in the serializable interface.it is a
marker interface.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What does g mean in regex?
What are exceptions
What is the purpose of file class?
If you do not want your class to be inherited by any other class. What would you do?
What is difference between core java and java ee?
Explain when we should make an instance variable private.
Is break statement can be used as labels in java?
Can we declare a class as static?
What is pangram in java?
What is JVM and is it platform independent?
What is the java project architecture?
How to make a write-only class in java?
I don’t want my class to be inherited by any other class. What should I do?
What is the major advantage of external iteration over internal iteration?
When do we need to use internal iteration? When do we need to use external iteration?