Checked vs. unchecked exceptions. Why would one use former or later?
Difference in Error and UncheckedException
Could we have only try and finally without catch
Yes, it is not mandatory to use catch block with finally
Cases when the finally block isn’t executed
What is exception handling mechanism
Java Exceptions API
How to avoid catch block
What is Multi-Catch catch (FileNotFoundException | IOException e)
What is try-with-resources
What are Suppressed exceptions
NoClassDefFoundError vs ClassNotFoundException