A.String B.基本數據類型 C.Boolean D.引用數據類型
A.boolean B.char C.byte D.short
A.char c = 128; B.int i = 'a'; C.byte b = 128; D.short s = 32767;