أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
As Ervin said, Constructor is called to create an object, you can define your own constructors,
If you do not define any constructors, java will create a default constructor, and that will be called when object is created.