Single Choice
Not Set
QWhat is the numerical range of a char?
ID: #1993
Java Language Fundamental
3,166 views
Question Info
#1993Q ID
Not SetDifficulty
Java Language FundamentalTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
A char is really a 16-bit integer behind the scenes, so it supports 216 (from 0 to 65535) values.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic