Across
- 2. This always executes when the try block exits
- 5. Specific instance of a class
- 7. OOP's concept known for information hiding
- 8. In java it is used to group related classes
- 10. this contains the code that is executed when the exception handler is invoked
- 11. you call this as unusual condition that disrupts normal execution
- 12. A runtime exception is this type of exception
Down
- 1. this allows the specification of a reference type without providing any implementation
- 3. something that a java class file contains
- 4. Method automatically called when an object is created
- 6. final variable in Java that holds a reference to the object in which it exists
- 9. object that groups multiple elements into a single unit
