A named storage space that can be accessed during the run time of a program is called:
Literal
Variable
Class
Object
The concept which lays stress on the essential features to come into view is called:
Encapsulation
Inheritance
Polymorphism
Abstraction
Who developed Java?
James Gosling
Alan Turing
Robert James
Bjarne Stroupstrup
In a java program, the comments are written by using:
/*, /
/*, */
//
Both b and c
A character literal is enclosed in:
' '
" "
: :
; ;
Which of the following is visible and perceptible to touch?
A class
A program
An object
A method
In OOP, the stress is given on:
Procedure
Method
A ________ is an object maker.
Program
A sequence of character consisting of a leading backslash is considered as:
String literal
Character literal
String variable
Character variable
In procedural programming which of the following is of highest significance?
Functions
Classes