欢迎来到计算机考试题库网 考试题库官网
全部科目 > Java认证考试 > SCDCD(310-081)

单项选择题

Which thefollowingstatements about static inner classes is true?()

    A. An anonymous class can be declared as static.
    B. A static inner class cannot be a static member of the outer class.
    C. A static inner class does not require an instance of the enclosing class.
    D. Instance member of a static inner class can be referenced using the class name of the staticinner class.

点击查看答案

相关考题