(6)
Integer is a
Answer: Option [D]
Byte, Short, Integer, Long, Character, Boolean, Double, Float are called wrapper class in Java.
Answer: Option [D]
Byte, Short, Integer, Long, Character, Boolean, Double, Float are called wrapper class in Java.
Answer: Option [C]
It is illegal to declare a variable name by using integer in the start place.
Answer: Option [A]
"0" is correct. Because String literals are enclosed within double quotes.
Answer: Option [C]
10 is an integer variable and b1 is a byte variable. The multiplication of these two results an integer variable which cannot be stored in b3
Answer: Option [D]