posted 18 years ago
Hi,
An interface can contain only nested top level class that means static member class.
So option 'A' is wrong. If they mention it as nested top level class instead of nested top level inner class then it would be correct.
Option 'E' is wrong because a static method can contain a local class or anonymous class not a nested top level class.
Please correct me if i'm wrong.
Regards,
Surekha.