package test; public class Initializers { static { System.out.println("abc"); } }