Home / Questions / What is the numerical range of a char data type in Java?
Explanatory Question

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

👁 6,748 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Char occupies 16-bit in memory, so it supports 2^16 i:e from 0 to 65535.