#1
Which of the following is not one of the four characteristics of a variable?
#2
In Java, a variable declared using a primitive type stores:
#3
What is the range of the byte primitive type in Java?
#4
Which of the following is not a primitive type in Java?
#5
What is the size of a long variable in Java?
#6
Which of the following literals represents a character in Java?
#7
Which of the following is an escape sequence in Java?
#8
What type of value does the boolean primitive type store?
#9
How is a reference type variable different from a primitive type variable?
#10
Which of the following is an example of a float literal in Java?
#11
What is the default value of a boolean variable in Java?
#12
Which primitive type in Java is used to store decimal values?
#13
What is the size of a double variable in Java?
#14
Which of the following escape sequences is used to insert a new line in Java?
#15
Which of the following is an example of a valid char literal?
#16