问答题

short a = -128;short b = 128;System.out.println("a & b = " + (a & b));

【参考答案】

128
热门 试题

问答题