if you want to have the state of object for a class, we go for serializtion concept. It means that we just implent serializable interface for our class.
Generally we don't implemment it in a class. Even if it is not implemented, the state of object(serialized)is serialized.
how it is possible?
How will take care of it?
How it is possible for
java bean?
Can you please explan it...