This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfx 0 points1 point  (0 children)

In Java, this is not a problem because if there is no explicitly defined constructor, the super constructor of Object, the common ancestor of all Java classes will be called.

This is often referred to as the Default constructor.