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

单项选择题


What is the result?()

    A. The code compiles and “s=” is printed.
    B. The code compiles and “s=” + s);
    C. The code does not compile because Strings is not initialized.
    D. The code does not compile because Strings cannot be referneed.
    E. The code comiles, but a NullPointer Exception is thrown when toString is called.

点击查看答案

相关考题