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
Can we clone singleton class in java?
Using callable statement how can you pass out parameters, explain with example?
Why we used vector class?
What is the default value of the local variables?
What is an empty list in java?
In java, what is the difference between method overloading and method overriding?
Differentiate between vector and array list.
What is a boolean field?
What is the technique adopted to create an immutable class?
What does int argc char * argv [] mean?
What is meant by overloading?
Define the term string pool?
State some advantages of java?
What is the common usage of serialization? What exceptions occur during serialization?
What is the generic class?