Glossaria.net

Glossary Java / Term

class method

A method that is invoked without reference to a particular object. Class methods affect the class as a whole, not a particular instance of the class. Also called a static method. See also instance method.

Permanent link class method - Creation date 2022-01-03


< class Glossary / Java class variable >