a constructor is called when you use the 'new' keyword.

Is is called when you create a Java object.

e.g.:




public MyClass()