How many member variables are there for a website.
Three
Two
Six
Ten
What is the wrapper type of booelan?
boole
Boole
Boolean
BOOLEAN
Which of the following is a character of class definition that is not shared by its objects in Java language?
static
state
identity
main
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 is a variable that contain particular object known as in object oriented terminology?
instance
object type
message
What is the wrapper type of float?
FLOAT
Float
FloaT
fLOAT
What is the software bundle of variables and related methods called as?
classes
methods
objects
interfaces
Which of the following is a variable that contains information that is shared by all instance of the class?
instance variable
class variable
member variable
Which of the foillowing method is used by the objects in a class to interact with each other?
message hiding
message passing
message binding
What is the primitive type of the wrapper type character?
character
CHAR
char
CHARACTER