Which of the following data type stores longest floating-point value?
boolean
double
float
long
10 practice sets · Page 1 of 1
Which of the following data type stores longest floating-point value?
boolean
double
float
long
Which of the following data type is used to create a number for counting or indexing arrays?
byte
long
int
float
Which of the following keyword is used to declare Byte data type?
Byte[]
BYTE
BYTES
byte
Which of the following is smallest integer data type?
short
long
byte
double
Which of following cannot be stored in character data type?
Special symbols
String
Letter
Digit
Which of the following is not a primitive data type?
enum
short
byte
char
Which of the following data types comes under 'Floating' data type?
float
byte
double
a and c
Which of the following data types comes under 'Integer' data type?
short
long
int
all of the mentioned
How many Primitive data types are there in Java?
4
2
8
7
Which of the following data types are available in Java?
Primitive Datatypes
Reference Datatypes
Both
None of the mentioned