static variable

why is it that a static var gets intialized implicitly
[68 byte] By [mazharm] at [2007-9-26 2:16:41]
# 1
all member variables(static or instance) are initialised with a default value. However local variables in methods must always be explicitly initialized else you will get a compiler error.
ogrijon at 2007-6-29 9:15:28 > top of Java-index,Archived Forums,New To Java Technology Archive...