What is a Presistent, Transient Object?
Transient object:They can't be serialized, its value is not persistent and stored in heapPersistent Object:They can be serialized, its value is persistent as name implies and stored in memory.