Q. What is the range for the type of char data in Java?
β
Correct Answer: (C)
0 to 65535
Explanation: Char takes 16-bit memory, so it supports 216, that is from 0 to 65535.