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

What is a type parameter in java?

523


What are the five major types of reference sources?

517


Explain the different forms of polymorphism?

555


How do you check if a number is a perfect square?

504


What is string builder?

450






What does indexof mean?

522


What are 3 data types?

531


What are the advantages and disadvantages of reference counting in garbage collection?

562


What is the difference between preemptive scheduling and time slicing in java programming?

519


Have you ever used hashtable and dictionary?

558


Explain the use of volatile field modifier?

621


Difference between string s= new string (); and string s = "abv";?

730


What is port number in java?

579


What's the difference between comparison done by equals method and == operator?

522


Difference between process and thread?

589