Glossaria.net

Glossary Java / Term

constructor

A pseudo-method that creates an object. In the Java programming language, constructors are instance methods with the same name as their class. Constructors are invoked using the new keyword.

Permanent link constructor - Creation date 2022-01-03


< const Glossary / Java container >