According to the Java programming language scope of the
private members is limited to the class in which it is declared and
can be accessed only by
methods of that class . But inteface doesn't
have a
method body hence there is no use of declaring
private members inside an
interface .Apr 16, 2012
read more >>