Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Aditya Jujgar

Name: ___________________________________________ Date: ___________________

JAVA
1 2 3
S B E N C A P S U L A T I O N
4
U O A
5
P O G A R B A G E C O L L E C T I O N

E L S
6 7
P R I V A T E T H R E A D
8 9
A R T M
10 11 12
I N H E R I T A N C E L H D E F A U L T
13
A C A I L
14 15
A R R A Y I N D E X O U T O F B O U N D S E X C E P T I O N

I I G I U
16 17 18 19
T C O N S T R U C T O R O O B J E C T M
20
H N V C X H B
21 22
M I O E A T R E
23 24 25
E M B Y T E T R Y T H R O W E E R
26
T P J C L C N A F
27 28 29
F I N A L P E P O L Y M O R P H I S M D D O

C E R C A A S I R
30 31 32
E I M P O R T S D O A K N M

X E T S I S G A
33 34 35
C N E P N S S F T
36 37
E T C U P A C K A G E I U T I L E

P S T B G P N X
38 39 40
T E L R E F E R E N C E A S T A T I C

I D I R L P E

O C L P P
41 42
I N S T A N C E J A M E S G O S L I N G Y L T

E I
43
E X C E P T I O N H A N D L I N G T O

N
44 45
O V E R R I D I N G F I N A L I Z E

Across Down
3. Binding (or wrapping) code and data together into a single unit is known as 1. can be used to refer immediate parent class instance variable or method.
5. Java automatically frees the used memory for other uses 2. refer primitive datatype in JAVA and to an expression or variable that can have only a true
6. The -------- is accessible only within class or false value.
7. a lightweight sub-process, the smallest unit of processing. 4. Hiding internal details and showing functionality is
10. When one object acquires all the properties and behaviors of parent object known as 8. keyword can be used to refer current class instance variable or method.
12. The------------- is accessible only within package 9. is a process of executing multiple threads simultaneously.
14. inserting any value in the wrong index of array, it would result in 11. default package included in all projects of JAVA
16. is a special type of method that is used to initialize the object. 13. divide any number by zero, there occurs
18. class which is the superclass of all classes 15. The wrong formatting of any value may occur
23. refer primitive datatype in JAVA 17. Using one identifier to refer to multiple items in the same scope. In the Java(TM)
24. block is used to enclose the code that might throw an exception. It must be used within programming language, you can use same method name with different arguments or return
the method. type
25. keyword is used to explicitly throw an exception 19. keyword Used in a class declaration to specify the superclass; used in an interface
27. keyword is used to apply restrictions on class, method, and variable. declaration to specify one or more super interfaces.
29. When one task is performed by different ways known as 20. block is used to handle the Exception
30. keyword Used at the beginning of a source file to specify classes or entire Java packages 21. keyword Included in a class declaration to specify one or more interfaces that are used by
to be referred to later without including their package names in the reference the current class.
31. first official name given to JAVA language was 22. Any entity that has state and behavior is known as
36. is a group of similar types of classes, interfaces, and sub-packages. 26. Collection of objects is called.It is a logical entity.
37. Scanner class belongs to the package 28. the ----------- is accessible within a package and outside the package but through
38. A data element whose value is an address. inheritance only
39. Classes maintain one copy of class variables regardless of how many instances exist of 32. to set the data of a variable (involves the equal sign).
that class. 33. The -------------is accessible everywhere
41. variable/A variable which is created inside the class but outside the method 34. can be used to refer immediate parent class instance variable or method.
42. who developed JAVA language 35. block is always executed whether an exception is handled or not
43. powerful mechanism to handle the runtime errors so that normal flow of the application 40. --------- is a special type of program that is embedded in the webpage to generate the
can be maintained. dynamic content
44. Providing a different implementation of a method in a subclass of the class that originally
defined the method.
45. method is used to perform cleanup processing just before the object is garbage collected.

You might also like