Java   View all facts   Glossary   Help
syntactic unit > definition > variable definition > class variable definition
Next variable definitioninstance variable definition    Upvariable definition

class variable definition
subjectfact 
class variable definitioncontains the keyword staticadded by: JK, source: On To Java, 2001-10-19 11:36:26.0
has example
 static int num_circles = 0; 
added by: JK, source: Java in a Nutshell, 2001-10-19 11:36:26.0
has purpose to define a class variable2001-10-19 11:36:26.0
is a subtopic of Members2001-10-19 11:36:26.0
is a kind of variable definitionadded by: JK, 2001-10-19 11:36:26.0
definitioncauses a compiler to set aside memory at compile time2001-10-19 11:36:37.0
has part declaration2001-10-19 11:36:37.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0