What is serializable interface?
Answer Posted / kanhaiya kumar
It save the state of the object in persistent(where we can
save data without Database. like- disc or pen drive etc..)
area..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between thread and runnable types? : Java thread
How many bytes are a float?
what is the difference between the methods sleep() and wait()? : Java thread
What is the char data type?
Can we execute java program without main method?
What is null mean in java?
What causes memory leaks in java?
When should the method invokelater() be used?
Is math an abstract class in java?
What are the various access specifiers in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
In java, how we can disallow serialization of variables?
Can a constructor be private and how are this() and super() method used with constructor?
What is the final keyword?
Explain the selection sort algorithm?