Вы находитесь на странице: 1из 2

Java Crossword 01

3
4

5
6
7
8
9

10

11

12

13
17

14

15

18

16

19

21

20

22

23

24

25
26

27

28

29

30

EclipseCross ord com

BHUVANESWARAN B / AP (SS) / CSE / REC

Java Crossword 01
Across
1.
6.
7.
8.
10.
12.
18.
21.
22.
24.
26.
27.
29.
30.

The _____ statement selects among multiple actions based on the possible values of an integer
variable or expression.
Keyword _____ creates an object of the class specified to the right of the keyword.
Given the command java MyClass test, the first command-line argument is _____.
The number used to refer to a particular element of an array is called the elements _____.
The _____ statement, when executed in a repetition statement, skips the remaining statements in
the loop body and proceeds with the next iteration of the loop.
A(n) _____ variable represents classwide information that is shared by all the objects of the class.
Lists and tables of values can be stored in _____.
Keyword _____ specifies that a variable is not modifiable.
In Java, it is possible to have several methods with the same name that each operate on different
types or numbers of arguments. This feature is called method _____.
When a Java program is compiled, the file produced by the compiler ends with the _____ file
extension.
If the loop-continuation condition in a for header is initially _____, the program does not execute
the for statements body.
Instance variables of types char, byte, short, int, long, float and double are all given the value by
_____ default.
_____ allows a Java program to perform multiple activities in parallel.
_____ are used to document a program and improve its readability.

Down
2.
3.
4.
5.
9.
11.
13.
14.
15.
16.
17.
19.
20.
23.
25.
28.

OOD takes advantage of _____ relationships, where new classes of objects are derived by
absorbing characteristics of existing classes then adding unique characteristics of their own.
Scanner method _____ reads characters until a newline character is encountered, then returns
those characters as a String.
Each class declaration that begins with keyword _____ must be stored in a file that has exactly the
same name as the class and ends with the .java file-name extension.
The _____ statement in a called method can be used to pass the value of an expression back to
the calling method.
Scanner method _____ returns a double value.
The size, shape, color and weight of an object are considered _____ of the object.
The command _____ from the JDK executes a Java application.
The command _____ from the JDK compiles a Java program.
The file produced by the Java compiler contains _____ that are executed by the Java Virtual
Machine.
Return type _____ indicates that a method will perform a task but will not return any information
when it completes its task.
Java applications begin execution at method _____.
The _____ of a declaration is the portion of a program that can refer to the entity in the
declaration by name.
The _____ method is called by the garbage collector just before it reclaims an objects memory.
The dowhile statement tests the loop-continuation condition _____ executing the loops body;
therefore, the body always executes at least once.
The programs that translate high-level language programs into machine language are called
_____.
An object of class _____ produces random numbers.

Roll No(s)

____________________

____________________

____________________

Name(s)

____________________

____________________

____________________

Score

____________________

BHUVANESWARAN B / AP (SS) / CSE / REC

Вам также может понравиться