Topic: Initialisation Blocks in Java
Apart from methods and constructors, initialisation blocks are the places where operations within a class can be performed.
Initialisations blocks can be:
- Static
- Instance
Ramblings of a Developer
Topic: Initialisation Blocks in Java
Apart from methods and constructors, initialisation blocks are the places where operations within a class can be performed.
Initialisations blocks can be: