Features of static init blocks and constructors

Report a typo

Distribute the possibilities and features between static initialization blocks and constructors.

You can do some experiments to check the statements.

Choose one or more options for each row
Static initialization blockConstructor
It can change values of static fields.
It's possible to call static methods inside.
It's called for each new instance.
It can change values of fields for the current instance.
___

Create a free account to access the full topic