crossword1

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