Hi All:
I am just trying to implement this statement in JLS
If the keyword this (�15.8.3) or the keyword super (15.11.2, 15.12) occurs in an initialization expression for a field of an interface, then unless the occurrence is within the body of an anonymous class (�15.9.5), a compile-time error occurs.
and my question is, can a anonymous class have a interface declarations and we can have a usage of 'this' and 'super' keywords.
If it doesn't make any sense, don't bother replying.