-
Which of the following statements are true?
A) UTF characters are all 8-bits.B) UTF characters are all 16-bits.C) UTF characters are all 24-bits.D) Unicode characters are all 16-bits.
-
What is the range of the char type?">
What is the range of the char type?
A) 0 to 215-1 B) 0 to 216-1 C) 0 to 215 D) 0 to 216
-
Which of the following are primitive types?
A) byteB) StringC) integerD) float