Java

123456789101112131415
Across
  1. 1. Prevents method from being overridden
  2. 4. Used to call parent class constructor?
  3. 5. Handles the exception
  4. 6. Type of method declared without a body
  5. 8. Modifier used to access members in any package?
  6. 9. Keyword to declare an exception?
  7. 10. Used to include packages
  8. 13. Polymorphism at compile time is achieved using?
  9. 15. Block that always executes?
Down
  1. 2. Overriding requires which type of relationship?
  2. 3. Custom exceptions must extend
  3. 4. method that belongs to the class
  4. 7. Keyword to generate an exception?
  5. 11. Default constructor has how many parameters?
  6. 12. Keyword to define a method that doesn’t return anything
  7. 14. Visibility only within package