Please enable JavaScript to use CodeHS

CodeHS Glossary


Static variable Java

A variable or attribute of a class that is shared between **all** instance of a class. Each instance **does not** get their own copy.