Was ist ein Instanzblock in Java?
Instance Block
Executes in each object creation.
Constructor is executed even if
you don't create one, compiler does it
but initially, you have to declare it.
Obedient Ocelot