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 are the major advantages of internal iteration over external iteration?
What is a website container?
What are operators and its types?
What is meant by null and void?
Is zero a positive integer?
What is the use of http-tunneling in rmi?
How can we find the sum of two linked lists using stack in java?
What is remote method invocation (rmi)?
can used Protected Class outside Function.?
How does sublist works in java?
What are java annotations?
What are the basic concepts of OOPS in java?
What is an eror in java?
Give me some null interfaces in java?
What do you understand by soft reference?