A.boolean B.char C.byte D.short
A.char c = 128; B.int i = 'a'; C.byte b = 128; D.short s = 32767;
A.字節(jié)型(byte) B.字符型(char) C.short D.String