Java View all facts Glossary Help |
| syntactic unit > definition > variable definition |
| variable definition comparison table | ||
| Subject | have purpose | has example |
|---|---|---|
| class variable definition | to define a class variable | static int num_circles = 0; |
| instance variable definition | to define an instance variable | public int script, acting, directing |
Next definition: class definition Up: definition Previous definition: method definition