Java

12345678910111213141516171819202122232425
Across
  1. 3. Key-value storage interface
  2. 5. Block to handle exceptions
  3. 6. Keyword to return a value
  4. 8. Class-level member keyword
  5. 11. Multi-branch decision statement
  6. 13. Primitive type true/false
  7. 14. Defines class grouping
  8. 16. Keyword to inherit a class
  9. 17. Class to read user input
  10. 20. Primitive type true/false
  11. 22. Access parent class members
  12. 23. Method return type with no value
  13. 24. Keyword to exit loop
  14. 25. Keyword to create object
Down
  1. 1. Keyword to include packages
  2. 2. Keyword to inherit a class
  3. 4. Access modifier allowing visibility everywhere
  4. 7. Block to capture exceptions
  5. 9. Blueprint of methods for a class
  6. 10. Keyword for constants
  7. 12. Instance of a class
  8. 15. Data type to store character
  9. 18. Keyword to define a class in Java
  10. 19. Skip current loop iteration
  11. 21. Unique collection interface
  12. 24. Small integer data type
  13. 25. Default value of reference