When you're in a subclass (and you always are, everything is a subclass of Object), there is an implied call to the super-class's no-args constructor. If you wrote it out, it would just look like...