Java MCQ : Literals in Java (Multiple Choice Questions)


Question 1
What is Literal in Java Programming ?
A
special type of data type
B
special type of class
C
source code representation of a fixed value
D
None of these
Question 2
It is possible to assign a literal to a variable of a primitive type.
A
False Statement
B
True Statement
Question 3
boolean result = true;
Which type of literal is assigned to the variable "result" ?
A
boolean
B
bool
C
char
D
string
Question 4
Which type of literal is written in pair of single quote ?
A
Float
B
Integer
C
Character
D
Boolean
Question 5
An integer literal is of type long if and only if it has suffix - __________ in Java Programming.
A
L
B
O
C
F
D
D
There are 5 questions to complete.