Java Static Initializer Block

  • + 0 comments

    public static int B = 1; public static int H = 1; public static boolean flag = true; static{ }

    "can u explain me plzz why have used this?????"