What is the numerical range of a char data type in Java?
Check your spam folder if password reset mail not showing in inbox????
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
-128 to 127 b) 0 to 256 c) 0 to 32767 d) 0 to 65535 View Answer Answer: d Explanation: Char occupies 16-bit in memory, so it supports 216 i:e from 0 to 65535.
-128 to 127
See lessb) 0 to 256
c) 0 to 32767
d) 0 to 65535
View Answer
Answer: d
Explanation: Char occupies 16-bit in memory, so it supports 216 i:e from 0 to 65535.
0 to 65535
0 to 65535
See less