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 a parameter in a function?
What is the difference between an interface and an abstract class?
explain multi-threading in java?
Explain the importance of thread scheduler in java?
What does index mean in java?
What is a wrapper method?
What is the private method modifier?
What is the different between get and post?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is a default constraint?
Can list be null in java?
What does isempty () do in java?
What is the default value of float and double datatype in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
When will you define a method as static in Java?