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
What is a parameter example?
How do you sort a string in alphabetical order in java?
Explain notify() method of object class ?
What is r in java?
What does this () mean in java?
What is lastindexof in java?
Difference between comparator and comparable in java?
Is null a string in java?
What is a type parameter in java?
How do you detect memory leaks?
When is the finalize() called? What is the purpose of finalization?
How are the elements of a gridbaglayout organized?
What is the purpose of void class?
Why does java not support operator overloading?
What is the importance of static variable?