Answer Posted / paletipatisrinu
serialization is the process of save ing the state of the
object in to file or secondary storage device.The main
purpose serialization we can send the data one layer to
another layer.its converts java notation object to network
notation object.if we are working with serialization ur
class must implemented serializible interface
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between c++ and java ?
What is difference between class and object in java?
What are the actions that can occur when a thread enters blocked state?
What are the different http methods?
What is character in data type?
Is nullpointerexception checked or unchecked?
Explain the significance of class loaders in bootstrap?
Why object class is super class for every class in java?
How do you declare a variable?
How to create a thread in java?
How do constructors use this() and super()?
What is meant by memory leak?
What is the difference between abstraction and encapsulation?
What is the use of set in java?
Where is const variable stored?