登录  注册

首页->java基础知识

以下代码输出结果为:public class Main { public static void main(String args[]) { String x = null; giveMeAString(x); System.out.println(x); } static void giveMeAString(String y) { y = "RUNOOB"; } }

(A)RUNOOB

(B)null

(C)编程错误

(D)发生异常

参考答案
继续答题:下一题
微考学堂微考学社

更多java基础知识试题

考试