Answer Posted / niranjanravi
Serializable interface is useful if you want to save the
state of a profram to a persistant storage area like file
or database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are different types of references?
What is meant by binding in rmi?
Why is stringbuffer not immutable?
How does arraylist work in java?
what are the states associated in the thread? : Java thread
Why does java have two ways to create child threads? Which way is better?
Can we call the constructor of a class more than once for an object?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Why chararray() is preferred over string to store the password?
What is ternary operator in java?
What are the important features of Java 8 release?
What is the static import?
How infinite loop is declared?
Explain about oops concepts.
Is null a string or object in java?