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


Please Help Members By Posting Answers For Below Questions

How to print nodes of a Binary tree?

1756


Why arraylist is not synchronized in java example?

471


Difference between notify() method and notifyall() method in java?

550


What do you mean by Function Overloading in java?

630


What is the final access modifier in java?

617






how can i use a nonsynchronized hashtable?

2108


What are different data types?

570


Is a boolean 1 bit?

614


What is rmi and steps involved in developing an rmi object?

568


What is return keyword in java?

564


What is void class in java?

528


What is the difference between a loader and a compiler?

526


What are the types of methods in java?

580


What are the two types of java?

519


What is the final class?

550