单项选择题
以下所给代码段的输出是什么() System.out.println(null instanceof Ob ject)
A.Object B.true C.false D.null
A.输出true,false B.输出true,true C.输出false,true D.输出false,false
A.编译错误 B.输出secondExp,true C.输出secondExp,false D.输出false