The _________ is a collection of programs to help the developers compile, run and debug the source program of java.
JVM
JDK
IDE
Java software
A specific implementation of an operation by a certain class is called:
State
Behaviour
Method
Encapsulation
Which of the following is/are not character literal?
'1'
'10'
'\0'
'\n'
In OOP, the stress is given on:
Procedure
Class
Object
The concept which lays stress on the essential features to come into view is called:
Inheritance
Polymorphism
Abstraction
A named storage space that can be accessed during the run time of a program is called:
Literal
Variable
In procedural programming which of the following is of highest significance?
Functions
Classes
A _________ has a unique identity though it may occur differently with same characteristics and methods.
A ________ is an object maker.
Program
Who developed Java?
James Gosling
Alan Turing
Robert James
Bjarne Stroupstrup