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 different access specifiers in java?
Write a program to print fibonacci series up to count 10.
Is there is any difference between a scrollbar and a scrollpane?
What is anti pattern in java?
How many return statement are allowed in a function?
What is mean by collections in java?
What is the final method?
What is difference between this and super keyword?
How does class forname work in java?
Can you pass functions in java?
What is the basic difference between string and stringbuffer object?
What is thread safe in java?
Why java is used everywhere?
What are the steps involved to create a bean?
What does it mean to be immutable?