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 the basic concept of java?
Explain importance of finally block in java?
What do you understand by copy constructor in java?
What is a top level class in java?
How to disable caching on back button of the browser?
What is java’s garbage collected heap?
Can we use catch statement for checked exceptions?
What is the difference between class & structure?
What checkbox method allows you to tell if a checkbox is checked?
Can we access the non-final local variable, inside the local inner class?
What is java dot?
List some features of the abstract class.
Is java pass by value or pass by reference?
What is a java lambda expression?
What is locale in java?