I\'m stumbled upon understanding java serialization. I have read in many documents and books that static and transient variables cannot be serialized in Java. We declare a
Any static variable which has been initialised at the time of declaration will be serialized.