LAB-4B

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