单项选择题

"若有定义inta=2,b=4;booleanx;则执行语句x=a>b;System.out.println(x);的结果为()"

A.1
B.0
C.true
D.false