Hello everyone,

here is the page I questioned:

docs.oracle.com/javase/tutorial/java/javaOO/thiskey.html

The second example :

It says "The two-argument constructor calls the four-argument constructor".


I think it was wrong. if we don't define the four-argument constructor, we can still use the two-argument constructor. am I right?

Thanks