<<< static Initialization Block | Index | An alternative to static blocks >>> |
A class can have any number of static initialization blocks
The initialization blocks can appear anywhere in the class body
All static initialization blocks are called in the order that they appear in the source code
<<< static Initialization Block | Index | An alternative to static blocks >>> |