Which of the following is the default in value for a 'Long' data type?
O
OL
Long O
All of the above
'++' is an example of ------- type operators.
Arithmetic
Increment & Decrement
Relational
Shift Operator
Which of the following is invalid integer?
1936
0123
OX FACE
01934
Which of the following is not an integral data type in Java?
Short
Long
Byte
Double
The process of converting one predefined type into another is called ------- .
Type Conversion
.
Expression
Coercion
None of these
Keyword ------ while deelaring a variable, makes it a constant.
Final
Void
Class
Token
Which of the following is not a keyword?
True
Public
-------- are user defined names for different parts of a program.
Character
Identifiers
The smallest individual unit in a program is known as ___________ .
Identifier
Keyword
Class.
The value of class type is called an ------
Object
Function