单项选择题

已知如下代码:
boolean m=tree;
if(m==false)
System.out.println("False");
else
System.out.pfintln("True");
执行结果是( )。

A.False
B.True
C.无结果
D.运行时出错