Tough
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ACROSS

1 Which year java language project is initiated [4]
2,4 Java team members [9]
5 What is the original name of Java [3]
13 end the execution in the current loop body [5]
11 The statements in the block specify what to do if a specific type of exception is thrown. [5]
17 Included in a class declaration to specify one or more interfaces that are implemented by the current class [10]
20 The keyword is used in the declaration of a method, field, or inner class [9]
21 Used to access members of a class inherited by the class in which it appears. [5]
7 Programs that are embedded in other application,typically in a Web page displayed in a Web browser. [6]
10 Java is capable of running many tasks simultaneously, sharing the same memory. [6]
12 Operators takes one arguments [5]
9 This destroys the Applet and is also invoked only once when the active browser page containing the applet is closed. [7]
DOWN

6 50 reserved words that have a predefined meaning in the language [7]
13 Variable for the values true and false [7]
3 Used in a class declaration to specify the superclass; used in an interface declaration to specify one or more superinterfaces. [7]
16 Used to declare a special type of class that only contains abstract or default methods, [9]
15 keyword is used in the declaration of a class, method, or field whic can be accessed by the members of any class [6]
19 Variable representing a sequence of 8 bits [4]
18 A type that defines the implementation of a particular kind of object. [5]
8 one task is performed by different ways [12]
14 Method used to display Image within the applet [9]
7 Hiding internal details and showing functionality [11]