Computer Applications
Which of the following is non-numeric data type?
- boolean
- int
- float
- double
Values & Data Types Java
30 Likes
Answer
boolean
Reason — boolean data type can store only two values - true or false.
Answered By
17 Likes
Related Questions
How many bytes does a char data type occupy in the memory?
- 2
- 8
- 4
- 16
Which of the following is a non-primitive data type?
- int
- double
- char
- String
Which of the following ASCII code range is applicable for lowercase letters?
- 65 - 90
- 90 - 115
- 97 - 122
- 95 - 110
Which of the following is an escape sequence character in Java ?
- /n
- \t
- /t
- //n