赞题库-背景图
单项选择题

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

A.B
B.11
C.9
D.011