What is serializable interface?
Answer Posted / narendravarma mallapuraju
Serializable interface is implemented by a class ,whose
objects state can be saved into any outputstream .This is
mainly useful in RMI[Remote Method Invocation] .
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is the core java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Can we extend private class in java?
Can you override private or static method in java?
How many ways can we create the string object?
What are the topics in core java?
What are the java ide's? Explain
What does next mean in java?
How many types of parsers are there?
Can a constructor be private and how are this() and super() method used with constructor?
What is the argument in java?
What are the java ide’s?
Can constructor return value?
Differentiate storage classes on the basis of their scope?
What is the exact difference in between Unicast and Multicast object? Where will it be used?