Which one of the following is not a data type in java.
1 point
int
float
character
boolean
Answers
Answered by
2
Answer:
one of the following is not a data type in java.
Explanation:
The answer is= Boolean
hope this is helpful for you.
Answered by
0
"Character" is not a data type in java. Because Character denote by 'CHAR'
About Data type in java :
- Because Java is a strictly typed language, data types are particularly significant.
- This could imply that the compiler verifies the type compatibility of all operations. Illegal activities will not be included in the compilation.
- Byte, character, short, integers, long, float, double, and boolean are the eight primitive data types in Java.
- The core building blocks for manipulating data in Java are these data types. Primitive data types have a fixed size and can only store the same kind of information.
Similar questions