Kaps, from Mughal and Rasmussen,
SCJP 1.4 2nd Edition (6.4 Interfaces, p 261):
From last but one paragraph:
Since interfaces are meant to be implemented by classes, interface members implicitly have
public accessibility and the public modifier is omitted.
See also
Java Language Specification Section 6.6.1:
All members of interfaces are implicitly public
[ August 21, 2004: Message edited by: Barry Gaunt ]