In OOP, the stress is given on:
Procedure
Method
Class
Object
Objects communicate with one another by the use of:
Methods
State
Data hiding
Message passing
Which of the following is visible and perceptible to touch?
A class
A program
An object
A method
A word used in a high level language which has a special meaning attached to it, is called:
Literal
Identifier
Keyword
The java compiler translates java programs to intermediate level language called:
Machine language
Bytecode
System language
Object language
A character literal is enclosed in:
' '
" "
: :
; ;
Java Virtual Machine is a:
Interpreter
Compiler
Machine code
Byte code
The same operation/function may behave differently on different classes, this is called:
Abstraction
Polymorphism
Inheritance
__________ is an instance of a class.
Function
Data member
A _________ has a unique identity though it may occur differently with same characteristics and methods.
Encapsulation