Multiple Choice
Which is true about an anonymous inner class?
A) It can extend exactly one class and implement exactly one interface.
B) It can extend exactly one class and can implement multiple interfaces.
C) It can implement multiple interfaces regardless of whether it also extends a class.
D) None of above
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Program which executes applet is known as<br>A)applet
Q11: What is different between a Java applet
Q12: Which of these is correct about passing
Q13: Which of this statement is incorrect?<br>A)Every class
Q14: What is process of defining two or
Q15: You read the following statement in a
Q16: What is byte code in the context
Q17: What is the process of defining a
Q18: What is garbage collection in the context
Q20: Which of the following statements are incorrect?<br>A)Default