Please enable JavaScript to use CodeHS

CodeHS Glossary


Static Methods Java

Static methods are the methods in Java that can be called without creating an object of class. Static methods are called using the dot operator along with the class name unless they are defined in the enclosing class.