S : static variable

static variable

In Actuate Basic, 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

Actuate Basic, class, class variable, descendant class, Java, variable


(c) Copyright Actuate Corporation 2011