单选题 下面程序段执行后b的值是______。
Integer integ =new Integer(9);
boolean b = integ instanceof Object;
A.9 B.true C.1 D.false

【正确答案】 B
【答案解析】