static Variable « Java Source And Data Type « SCJP






1.22.static Variable
1.22.1.Class variable (static variable) exists regardless of the number of instances of the class, even if the class is never instantiated.