单选题 已知如下代码:
boolean m=true;
if(m==false)
System.out.prinfln("False");
else
System.out.println("True");
【正确答案】 B
【答案解析】