What is the numerical range of a char data type in Java?

Q & ACategory: JavaWhat is the numerical range of a char data type in Java?
Admin Staff asked 5 years ago

What is the numerical range of a char data type in Java?
a) -128 to 127
b) 0 to 256
c) 0 to 32767
d) 0 to 65535

1 Answers
Admin Staff answered 5 years ago

d) 0 to 65535