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
When do we use synchronized methods in java?
How a variable is stored in memory?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
How do you reverse sort in java?
What is a constructor, constructor overloading in java?
What is the difference between the final method and abstract method?
What do you mean by ternary operator in java?
What is toarray method in java?
What are the four versions of java?
What causes memory leaks in java?
What is the list interface?
What is entry set in java?
What is collection sort in java?
what are different ways in which a thread can enter the waiting state? : Java thread
What is difference between hashset and hashmap in java?