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