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
Give us the name of the list layoutmanagers in java?
What is file in java?
What is the purpose of main function in java?
How does linkedlist work in java?
Is singleton class thread safe?
What is final keyword in java? Give an example.
Difference between vector and arraylist.
How do you add an element to a set in java?
What is multi level inheritance in java?
What is the difference between an argument and a parameter?
How is treeset implemented in java?
What is class level lock ?
Can we override protected method in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Can we have two methods in a class with the same name?