Why can't I declare a static method in an interface?
Created Jun 27, 2000
John Mitchell Because all methods declared in an interface are (implicitly) also "abstract" methods since, by definition, they do not define the (implementation of) the method.