Which of the following is not an integral data type in Java?
Short
Long
Byte
Double
Which keyword turns a variable declaration into constant declaration?
Const
Constant
Final
Fixed
Java uses ------ character set.
Unicode
Dynamic
Literals
None of these
Which of the following is the default in value for a 'Long' data type?
O
OL
Long O
All of the above
The smallest individual unit in a program is known as ___________ .
Identifier
Keyword
Token
Class.
Which of the following is not a keyword?
Class
Void
True
Public
Which of the following does not represent a character literal?
'a'
'1'
'\a'
'an
--- is composed of one or more operations.
Expression
Operands
Operators
All of the above.
Keyword ------ while deelaring a variable, makes it a constant.
-------- are user defined names for different parts of a program.
Character
Identifiers