what is meant by serialization?

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


Please Help Members By Posting Answers For Below Questions

how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

1907


What is the difference between @before and @beforeclass annotation?

536


What is string [] java?

529


What do you know about java?

524


What are jee technologies?

535






Can we write a class without main method in java?

484


Can we use a default constructor of a class even if an explicit constructor is defined?

652


Distinguish between a predicate and a function?

572


What is the map interface in java programming?

587


Is array serializable java?

521


What is a nested structure?

535


Which object oriented concept is achieved by using overloading and overriding?

557


what is session in java?

750


what is abstract class in Java?

652


What is keyset in java?

655