Question
Which of the statements below are true?
Choose all that apply.
- 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.
- E. Bytecode characters are all 16 bits.
- F. None of the above.
D.
Note
UTF characters are as big as they need to be.
Unicode characters are all 16 bits.
There is no such thing as a byte code character.
The byte code is the format generated by the Java compiler.
PreviousNextRelated