Re: Data persistence using Serialized
Posted By:
Anonymous
Posted On:
Tuesday, July 18, 2006 04:50 AM
persistent means accuracy, maintaincy
when u serialized a object . it will not maintain values of transient and static variables. so when u deserialized a object . it will give default values for these variables and will give values of instance varibles as it is when stored.