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
How to convert string to char and vice versa?
Can we use different return types for methods when overridden?
How do you make a thread in java?
How many types of classes are there in java?
What is a vararg?
Explain abstract class in java?
What do you understand by looping in java? Explain the different types of loops.
Does java trim remove newline?
What are controls and their different types in awt?
Explain about instanceof operator in java?
How do you test a method for an exception using junit?
What is the static field modifier?
Can we store variables in local blocks?
Is null a value?
What do you mean by platform independence of Java?