Multiple Choice
What is the numerical range of a char in Java?
A) -128 to 127
B) 0 to 256
C) 0 to 32767
D) 0 to 65535
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The keyword used to create a constant
Q7: Which of the following loops will execute
Q8: Java source files are compiled and converted
Q9: JVM is _for bytecode.<br>A)a compiler<br>B)an interpreter<br>C)assembler<br>D)none of
Q10: Which one of the following is a
Q12: Which of these coding types is used
Q13: Which of these are selection statements in
Q14: Which operator is used to implement unsigned
Q15: What is the error in this code?<br>Byte
Q16: Which of these selection statements test only