crossword1
Across
- 4. Get methods are commonly called as
- 10. the method which is used to print complete exception data on console
- 13. Class String is in package
Down
- 1. The key word used to access parent class
- 2. the intermediate code after compiling the java program
- 3. the method used to stop current thread and give control to other thread
- 4. the class used for hiding data
- 5. String class static method which is similar to method System.out.printf
- 6. Classes from which objects can be instantiated are called
- 7. the key word which is used to create an custom error
- 8. keyword that specifies variable is not modifiable after initialiation
- 9. The 2nd most used language in the world
- 11. the method used to kill the thread
- 12. keyword used to intialize instance members