What is the wrapper type of float?
FLOAT
Float
FloaT
fLOAT
What is represented by the primitive datatype boolean?
single true / false value
numeric values
characters
punctuation marks
What is the wrapper type of booelan?
boole
Boole
Boolean
BOOLEAN
Which are the things that present in the java source code that is neither a class nor a member of a class?
Which is the scheme that is used to represent values using bits?
data type
member variable
static method
static variable
What is called a static method?
Method that has a class definition.
Object that has a class definition.
Method that does not have class definition
In Java 16 bits are used to represent character from human language other than English. What is this method called ?
byte code
binarycode
unicode
none of these
What are the left hand side and right hand side of the equal respectively known as in a calculation?
l value & x value
x value & y value
l value& r value
l value & r value
How many bits are used to represent character using the char type in Java.
6 bits
8 bits
32 bits
16 bits