Exception questions

  1. Difference between Error and Exception?
  2. Checked vs Unchecked Exception?
  3. Create custom Exception?
  4. What is Runtime exception ?
  5. How does JVM handle Exception?
  6. Difference between Final, Finalise and Finally?
  7. Super class of all exceptions?
  8. Is throwable an interface?
  9. When Finally block doesn’t get executed?
  10. Can subclass throw higher checked exception than base class?
  11. Can we throw an unchecked exception in child class if parent class doesn’t throw any exception?
  12. Difference between throw and throws()

Author: Susheel kumar

Leave a Reply

Your email address will not be published. Required fields are marked *