Multiple choice technology programming languages

JAVA supports UNICODE Character set?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java was designed from the ground up to support multilingual text processing. It utilizes the Unicode character set to represent characters internally (specifically 16-bit encoding in early versions, now UTF-16), making the statement true.