A literal that can store either true or false value is called:
Octal literal
Boolean literal
Hexadecimal literal
String literal
The _________ is a collection of programs to help the developers compile, run and debug the source program of java.
JVM
JDK
IDE
Java software
In procedural programming which of the following is of highest significance?
Functions
Procedure
Classes
Object
In OOP, the stress is given on:
Method
Class
The address of a memory location which can store a value which may change during the program execution is known as:
Variable
Variable name
Constant
Constant name
A ________ is an object maker.
Program
Which of the following property allows objects to have different internal structures to share same external interface?
Abstraction
Polymorphism
Encapsulation
Inheritance
Which of the following is not a keyword?
False
Void
OR
True
The process of combining data and functions that are applied on that data together as a entity is called:
Classification
In a java program, the comments are written by using:
/*, /
/*, */
//
Both b and c