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
Is hashmap thread safe?
What is comparator in java?
What is binary search in java?
What is java virtual machine? Explain
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What are the differences between throw and throws?
What is the use of join method?
What is comparable and comparator interface? List their differences
What are the loops in java?
What is static import in java?
What is the function of character?
What is the final keyword denotes?
What is charat ()?
Can we access the non-final local variable, inside the local inner class?
Is there any difference between synchronized methods and synchronized statements?