static variable
A variable shared by all instances of a class and its descendant classes. In Java, a static variable is known as a class variable. The compiler specifies the memory allocation for a static variable. The program receives the memory allocation for a static variable as the program loads.
Related terms
class, class variable, descendant class, Java, variable

Additional Links:

Copyright Actuate Corporation 2012