what is initializer block in java code example
Example: instance block
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.
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.