A sequence of character consisting of a leading backslash is considered as:
String literal
Character literal
String variable
Character variable
In OOP, the stress is given on:
Procedure
Method
Class
Object
A word used in a high level language which has a special meaning attached to it, is called:
Literal
Identifier
Keyword
The process by which an object acquires the properties of another object is called:
Polymorphism
Inheritance
Abstraction
Classification
A _________ has a unique identity though it may occur differently with same characteristics and methods.
Encapsulation
The attributes (or characteristics or state) and the behaviour of an object is bound together in an entity called:
Model
Message
Which of the following is visible and perceptible to touch?
A class
A program
An object
A method
The java compiler translates java programs to intermediate level language called:
Machine language
Bytecode
System language
Object language
A named storage space that can be accessed during the run time of a program is called:
Variable
A character literal is stored in a:
String type variable
String type literal
Char variable
Char type literal