List the primitive data types Java supports.
Indicate the kind of values each type can store.
boolean , true or false
char, single Unicode character
byte, integer (8 bits)
short, integer (16 bits)
int, integer (32 bits)
long, integer (64 bits)
float, floating-point number (32 bit IEEE 754)
double, floating-point number (64 bit IEEE 754)
Computer Science & Information Technology
You might also like to view...
A power strip and surge suppressor offer the same protection and features that a UPS does
Indicate whether the statement is true or false
Computer Science & Information Technology
What does Access do to denote action queries differently in the Navigation pane?
A) It displays them in bold text. B) It displays them using specific icons. C) It displays them in a section called Action queries. D) It displays them in a larger typeface.
Computer Science & Information Technology