单选题
下面程序段执行后b的值是______。
Integer integ =new Integer(9);
boolean b = integ instanceof Object;
A.9 B.true C.1 D.false
A
B
C
D
【正确答案】
B
【答案解析】
提交答案
关闭