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 untrusted applets?
Does treeset allow null in java?
Is string serializable in java?
How is string stored in java?
What is difference between adapter class and listener?
What is codebase?
Why declare Main() method as a static in java ?
What is the base class of all exception classes?
worst case complexities of Quick sort and Merge sort.
What is a local, member and a class variable?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Can we override private methods?
Is null keyword in java?
Does substring create a new object?
What is the use of math abs in java?