JAVA Crossword Puzzle

123456789101112131415161718
Across
  1. 3. _________method cannot be overridden by sub classes
  2. 4. A________ class can not be able to create objects.
  3. 7. Same method name and parameter list in inheritance
  4. 9. Class Name and Method name same
  5. 10. makes the Java platform independent
  6. 12. Common shared variable for all objects
  7. 14. Class with in another class is called _______ class
  8. 15. Looping Statement
  9. 16. Which class in Java is used to take input from the user
  10. 17. ______keyword represents current object in a method
  11. 18. One of the access specifiers
Down
  1. 1. One class is inherited into n number of sub classes
  2. 2. Acquires the properties from one class to other classes
  3. 5. Cannot be used for variable
  4. 6. Process the values with bitlevel(operator)
  5. 7. Instance of a class (Blueprint)
  6. 8. Interface to include another Interface
  7. 11. Same method name with different parameter list
  8. 12. ________keyword refers Super class objects
  9. 13. List of Values with common name stored in continuous memory