What is serializable interface?

Answer Posted / prakash

serialization is the interface that convert object into byte
stream. and this objects saved to local discs by
ObjectOutputStream and ObjectInputStream.and this Object can
be send over the network.

Is This Answer Correct ?    23 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a parameter example?

714


How do you sort a string in alphabetical order in java?

732


Explain notify() method of object class ?

844


What is r in java?

778


What does this () mean in java?

740


What is lastindexof in java?

750


Difference between comparator and comparable in java?

839


Is null a string in java?

752


What is a type parameter in java?

738


How do you detect memory leaks?

769


When is the finalize() called? What is the purpose of finalization?

810


How are the elements of a gridbaglayout organized?

770


What is the purpose of void class?

798


Why does java not support operator overloading?

888


What is the importance of static variable?

785