package p; class B { private B() { System.out.println("Constructor"); } static void foo(){} }