posted 18 years ago
in this case, will static variable behave like Transient one.
I want to know,when that object will be deserialized,what value it will have for that static variable.
As per my understanding, transient variables get their default value when serialized or deserialized.