May 21 2009 07:04 AM 2496 2 Serialization jyoti.bhandari Serialization ignores static variable and transient variables. Why? meravi84 Profile Answers by meravi84 Questions by meravi84 May 22nd, 2009 Serialization is a techniques which maintain the state of the object and static variables are class variable, they do not define the state of an object. so serialization ignore this.Transient variable... Answer Question Select Best Answer
May 21 2009 07:04 AM 2496 2 Serialization jyoti.bhandari Serialization ignores static variable and transient variables. Why? meravi84 Profile Answers by meravi84 Questions by meravi84 May 22nd, 2009 Serialization is a techniques which maintain the state of the object and static variables are class variable, they do not define the state of an object. so serialization ignore this.Transient variable... Answer Question Select Best Answer
meravi84 Profile Answers by meravi84 Questions by meravi84 May 22nd, 2009 Serialization is a techniques which maintain the state of the object and static variables are class variable, they do not define the state of an object. so serialization ignore this.Transient variable...