Answer Posted / lala
serialization is the process of storing object in byte
Stream over network or file.to avoid serialization we have
to declare the variable as trasient.Inorder to make object
serialisation class implement serilazable
interface.Serializable Interface is an Marker
interface.Marker interface doesn't contain any method.so
how it works? it will call the object class methods.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to calculate the length of a singly linked list in java?
Can we declare a constructor as final?
What is constructor chaining and how is it achieved in java?
What is the definition of tree ?
Why do we use variables?
Can we sort hashset in java?
What is the use of object and class classes?
Can we instantiate interface in java?
What is percentage in java?
What is static keyword?
What is use of static in java?
What is the point of java?
Explain static nested classes ?
Is a char always 1 byte?
What is java and why do we need it? Explain