Which of the following a primitive data type in java?
Array
Class
Byte
Character
Which of the following does not represent a character literal?
'a'
'1'
'\a'
'an
Which of the following is not an integral data type in Java?
Short
Long
Double
'++' is an example of ------- type operators.
Arithmetic
Increment & Decrement
Relational
Shift Operator
The process of converting one predefined type into another is called ------- .
Type Conversion
.
Expression
Coercion
None of these
In -------- expression, all the operands are of same type.
Pure expression
Mixed expression
Integer expression
Real expression
"Seema \s pen" is an example of ----- type literal
String
Null
Integer
------ variable are created once for entire class and are shared by all the object.
Static
Dynamic
Bodean
Ch + = 2 is equivalent to
ch= ch+2
Ch+2
Ch=+2
Which keyword is using in java for declaring a class in a program.
Void
Public