Please enable JavaScript to use CodeHS

CodeHS Glossary


Static Variables Java

Variables that can be accessed by all objects of a class. They are called using the class name, and can be used in static and non-static methods.