0% found this document useful (0 votes)
4 views

JAVA SBL (Skill Based LAB) Crossword - Crossword Labs

Uploaded by

arshsolkar4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

JAVA SBL (Skill Based LAB) Crossword - Crossword Labs

Uploaded by

arshsolkar4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

JAVA SBL (Skill Based LAB) Crossword

2 3

4 5 6

7 8

9 10

11 12

13

14 15

16 17

18 19

20

21

22

23

24

25

Across Down
2. Keyword _____ creates an object of the class 1. Announce a new class or method
specified to the right of the keyword.
3. The _____ method is called by the garbage
4. Bytecode consumer collector just before it reclaims an object’s
memory.
6. Lists and tables of values can be stored in
_____. 5. Return type _____ indicates that a method
will perform a task but will not return any
10. The size, shape, color and weight of an
information when it completes its task.
object are considered _____ of the object.
7. The command _____ from the JDK compiles
11. Keyword _____ specifies that a variable is
a Java program.
not modifiable.
8. allows a Java program to perform multiple
12. The _____ statement in a called method
activities in parallel.
can be used to pass the value of an expression
back to the calling method. 9. Java applications begin execution at method
_____.
15. A(n) _____ variable represents classwide
information that is shared by all the objects of 13. Scanner method _____ returns a double
the class. value.
16. Each class declaration that begins with 14. When a Java program is compiled, the file
keyword _____ must be stored in a file that has produced by the compiler ends with the _____
exactly the same name as the class and ends file extension.
with the .java file-name extension.
15. The _____ of a declaration is the portion of
18. In Java, it is possible to have several a program that can refer to the entity in the
methods with the same name that each operate declaration by name.
on differenttypes or numbers of arguments. This
17. The ______command from the JDK
feature is called method _____.
executes a Java application.
20. _____ are used to document a program and
19. OOD takes advantage of _____
improve its readability.
relationships, where new classes of objects are
21. The _____ statement selects among derived by absorbing characteristics of existing
multiple actions based on the possible values of classes then adding unique characteristics of
an integer variable or expression. their own.
22. The number used to refer to a particular
element of an array is called the element’s
_____.
23. 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.
24. Scanner method _____ reads characters
until a newline character is encountered, then
returns those characters as a String.
25. If the loop-continuation condition in a for
header is initially _____, the program does not
execute the for statement’s body.

You might also like