ABSOLUTE JAVA FINAL PAPER TESTED
QUESTIONS WITH VERIFIED ANSWERS
COMPLETE STUDY SHEET
●● Debugging
Answer: Locating and repairing all syntax errors is part of the process of
____ a program.
●● Procedures
Answer: ____ are also called modules, methods, functions, and
subroutines. Java programmers most frequently use the term "method."
●● Encapsulation
Answer: ____ refers to the hiding of data and methods within an object.
●● Polymorphism
Answer: ____ describes the feature of languages that allows the same
word to be interpreted correctly in different situations based on the
context.
●● Applets
Answer: Programs that are embedded in a Web page are called Java
____.
, ●● Arguments
Answer: ____ are pieces of information that are sent into, or passed to, a
method, usually because the method requires the information to perform
its task or carry out its purpose.A
●● access specifier
Answer: A(n) ____ defines the circumstances under which a class can be
accessed and the other classes that have the right to use a class.
●● Static
Answer: In Java, the reserved keyword ____ means that a method is
accessible and usable even though no objects of the class exist.
●● Two forward slashes
Answer: Line comments start with ____.
●● DOS
Answer: In a ____ environment, you can change directories using the cd
command. For example, to change to a directory named MyClasses, you
type cd MyClasses and press Enter.
●● Java language interpreter
QUESTIONS WITH VERIFIED ANSWERS
COMPLETE STUDY SHEET
●● Debugging
Answer: Locating and repairing all syntax errors is part of the process of
____ a program.
●● Procedures
Answer: ____ are also called modules, methods, functions, and
subroutines. Java programmers most frequently use the term "method."
●● Encapsulation
Answer: ____ refers to the hiding of data and methods within an object.
●● Polymorphism
Answer: ____ describes the feature of languages that allows the same
word to be interpreted correctly in different situations based on the
context.
●● Applets
Answer: Programs that are embedded in a Web page are called Java
____.
, ●● Arguments
Answer: ____ are pieces of information that are sent into, or passed to, a
method, usually because the method requires the information to perform
its task or carry out its purpose.A
●● access specifier
Answer: A(n) ____ defines the circumstances under which a class can be
accessed and the other classes that have the right to use a class.
●● Static
Answer: In Java, the reserved keyword ____ means that a method is
accessible and usable even though no objects of the class exist.
●● Two forward slashes
Answer: Line comments start with ____.
●● DOS
Answer: In a ____ environment, you can change directories using the cd
command. For example, to change to a directory named MyClasses, you
type cd MyClasses and press Enter.
●● Java language interpreter