欢迎来到计算机考试题库网 考试题库官网
全部科目 > Java认证考试 > SCJP程序员认证考试

单项选择题

Which statement is true?()

    A. An anonymous inner class may be declared as final.
    B. An anonymous inner class can be declared as private.
    C. An anonymous inner class can implement multiple interfaces.
    D. An anonymous inner class can access final variables in any enclosing scope.
    E. Construction of an instance of a static inner class requires an instance of the enclosing outer class.

点击查看答案

相关考题