Which of the following statements are true?
a. An anonymous inner class is an inner class without a name.
b. An anonymous inner class must always extend a superclass or implement an interface, but it cannot have an explicit extends or implements clause.
c. An anonymous inner class must implement all the abstract methods in the superclass or in the interface.
d. An anonymous inner class always uses the no-arg constructor from its superclass to create an instance. If an anonymous inner class implements an interface, the constructor is Object().
e. An anonymous inner class is compiled into a class named OuterClassName$n.class.
abcde
You might also like to view...
________ files is used to display the differences between cells in two workbooks
A) Compare B) Clean C) Analyze D) Inquire
Which CSS property configures the color of text?
a. text-color b. font-color c. color d. font-style