Can any one tell the correct answer for the following question and explain why?
Q: Which of the following are true about the class defined inside an interface
ANS:
1).it is not possible in the
java Language.
2).The class is always coderanch.
3).The class is always static.
4).the class methods cannot call the methods declared in the interface.
5).the class methods can call only the static methods declared in the interface.
The answer given was 2, 3 and 4
Thanks, Anand