Which keyword is using in java for declaring a class in a program.
Void
Public
Class
None of these
Which keyword turns a variable declaration into constant declaration?
Const
Constant
Final
Fixed
The implicit type conversion where in data types are promoted is known as ----- .
Type promotion
Coercion
Token
--- is composed of one or more operations.
Expression
Operands
Operators
All of the above.
Which of the following is the default in value for a 'Long' data type?
O
OL
Long O
All of the above
---- is a group of zero or more statement between balanced braces and can be issued any were a single statement is allowed
Block
Function
'++' 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 does not represent a character literal?
'a'
'1'
'\a'
'an
The process of converting one predefined type into another is called ------- .
Type Conversion
.