PPS Puzzle

12345678910111213
Across
  1. 2. indicates what exception type may be thrown by a method,
  2. 5. keyword for exception handling,
  3. 6. a member (also called an instance) of a Java class,
  4. 8. a concept that acquires the properties from one class to other classes,
  5. 10. instantiates a class by allocating desired memory for an associated new object,
  6. 11. It is used to achieve abstraction and multiple inheritance in Java,
  7. 12. the standard API for providing a graphical user interface (GUI) for a Java program,
  8. 13. an access modifier used for attributes, methods and constructors,
Down
  1. 1. classes cannot be instantiated, but they can be subclassed,
  2. 3. the ability of a class to provide different implementations of a method, depending on the type of object that is passed to the method,
  3. 4. is a Java API to connect and execute the query with the database,
  4. 7. instantiates a class by allocating desired memory for an associated new object,
  5. 9. an event, which occurs during the execution of a program, that disrupts the normal flow of the program's instructions,