who can give me a reasonable explanation for this situation

why it is not permitted to put the key word, static, in the front of a method which implements a interface method,and how to understand the sense.
[153 byte] By [dadaocy] at [2007-9-30 17:34:07]
# 1
Interface represents an instance of a type of interface.A static method is not attached to an instance, it is attached to the class.
jschell at 2007-7-6 13:57:23 > top of Java-index,Administration Tools,Sun Connection...