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