Click the correct answer (True or False).
Click the correct answer.
Which of the following refers to a real-world entity?
Viewer
Editor
Object
Debugger
Which of the following refers to a blueprint of an object?
Function
Operators
Class
Keywords
What is the text written between slash asterisk (/*....*/) or after double slash (//...) called?
Syntax
Comments
Statements
Operators
Which of the following refers to the names given to classes, methods and variables?
Token
Keyword
Identifier
Constant
Click the correct answer.
All objects belonging to a particular class are called
of that class.
interpreter
compiler
assembler
instances
The wrapping of data and functions in an object or class is known as
.
abstraction
inheritance
encapsulation
polymorphism
in Java are fixed values that do not change during the execution of a program.
Variables
Constants
Keywords
Statements
are the words that have already been reserved for Java compiler.
Variables
Constants
Keywords
Statements
A string constant is a sequence of characters enclosed between
.
parenthesis
double quotes
single quote
square brackets
are the names given to a memory location which are used to save data temporarily to be used later in the program.
Variables
Constants
Keywords
Statements