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 significance of continue jump statement? Explain with an example.
When is finally block not called?
Is there a jre for java 11?
What is java reflection api?
Difference between static synchronization vs. Instance synchronization?
How to pass arraylist to stored procedure in java?
What is java and why do we need it? Explain
Can an unreferenced object be referenced again?
What is a package in java? List down various advantages of packages.
What is ordered map in java?
Explain the significance of listiterator.
How can we access some class in another class in java?
What is difference between java and java ee?
Why can't you declare a class as protected?
How do you do math powers in java?