class InStaticInitializer { static { System.out.println("Hello World"); } //Field must be placed before initializer or illegal forward reference will happen }