单项选择题

下列语句输出结果为( )。public class test{public static void main(String args[]){byte b=OXA;System. out. println(b);}}

A.OXA
B.A
C.1
D.10