Basics
Test
Model Test
Ebook
Quiz 1: Java Programming
Index
Java Home
Basics
31
Methods
11
I/O
3
Appendix
2
Control Structure
4
Class and Object
11
OOP Concepts
18
Exception Handling
10
Threading
15
Operators
15
Collection
12
Schools
Ebook
Question:
What is the numerical range of a char?
A
-128 to 127
B
-(215) to (215) - 1
C
0 to 32767
D
0 to 65535
Note:
A char is really a 16-bit integer behind the scenes, so it supports 216 (from 0 to 65535) values.
Show answer
Show Note
Report
First
Prev
2
3
4
Next
Last
/4
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd