package p; interface A{ } class B implements A { public static final int CONST = 0; public int getConst() { return CONST; } }