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