Which is the data structure that can associate the methods which act on an object with the object itself?
Functions
Variables
Class
Methods
What is a variable that contain particular object known as in object oriented terminology?
instance
object type
message
none of these
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
Which of the following datatype do not have a fractional data type?
float
short
int
long
In data type 'float' ,how many bits are there of precision.
25
26
27
23
What is the size of data type 'byte'?
10 bits
10mb
8 bits
8Kb
How many member variables are there for a website.
Three
Two
Six
Ten
In Java 16 bits are used to represent character from human language other than English. What is this method called ?
byte code
binarycode
unicode
What is packaging an object's variables within the protective custody of its method called as?
Abstraction
Encapsulation
Package
None of these
What is the way to recognize a character literal?
apostrophe on both sides
double quotes on both sides
back slash on both sides