Home » Java Programming » Language Fundamentals

What is the numerical range of a char?

Correct Answer: 0 to 65535

Explanation:

A char is really a 16-bit integer behind the scenes, so it supports 2 16 (from 0 to 65535) values.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion