Ternary operators use ____________ notation.
Prefix
Postfix
Infix
None of these
Variable declaration does __________ reservation.
memory
value
pointer
none of these
Numbers with fractonal part are called
Integar
Boolean
floating point
A location name in main memory which holds a value of particular data type is called ____________ .
variable
data
function
operand
Classes in same packages can create instance of a class if the access specifier is ____________ .
private
public
protected
There are ____________ kinds of variable in Java.
0
1
2
3