What is serializable interface?
Answer Posted / atul singhal
Serializable is an Interface, which is used to convert an
object into byte, whose objects state can be saved into any
local disc by ObjectOutputStream and ObjectInputStream.
This byte form of an object will used to transfer over the
Network. This is mainly used in RMI.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the scope or life time of instance variables?
What is substring 1 in java?
What is floating data type?
How to do encapsulation in java?
How to overcome the exception object reference not set to an instance of object?
Why spring singleton is not thread safe?
What are strings in physics?
what is interface in java? Explain
What are nested classes in java?
Is space a char?
What is singleton math?
explain different ways of using thread? : Java thread
What is getkey () in java?
What is the base class of all exception classes in java?
How to make object serializable in java?