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
Can a abstract class be defined without any abstract methods?
What is qualitative variable?
Do I need java on my computer?
How many bits is a boolean?
What are bind parameters?
Can a constructor have different name than a class name in java?
Can I declare a class as private?
Can I override protected method in java?
What is structure of java heap? What is perm gen space in heap?
What are the differences between heap and stack memory?
What is the difference between the final method and abstract method?
How many types of variables are there?
What is the use of inner class?
What is the importance of main method in Java?
How does singleton class work?