Please enable JavaScript to use CodeHS

CodeHS Glossary


Static Methods Java

Methods that can be used directly by the class name. They cannot access instance variables or non-static methods.