The implicit type conversion where in data types are promoted is known as ----- .
Type promotion
Coercion
Token
None of these
---- is a group of zero or more statement between balanced braces and can be issued any were a single statement is allowed
Block
Function
Class
Keyword ------ while deelaring a variable, makes it a constant.
Final
Void
------- is a word caring special meaning purpose.
Identifier
Keyword
Literal
Which of the following is not a keyword?
True
Public
The explicit conversion of an operand to a specific type is -----------
Type casting
Type Conversion
Which keyword turns a variable declaration into constant declaration?
Const
Constant
Fixed
Which of the following a primitive data type in java?
Array
Byte
Character
Which of the following does not represent a character literal?
'a'
'1'
'\a'
'an
Which of the following is the default in value for a 'Long' data type?
O
OL
Long O
All of the above