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:
Book: Head First Java (Website) Authors: Kathy Sierra, Bert Bates There are many people around aspiring to learn Java- One of the most powerful OO Languages. But Alas!!!! how to go about the learning process??? Which book is suited for my style of learning??? All these questions pop in one’s mind. Even they were my … Read more