DEV Community

Cover image for Day11: Java Exceptions 🎲
CamiloEderson
CamiloEderson

Posted on

Day11: Java Exceptions 🎲

**Today I learned about Java exceptions.

Checked vs Unchecked

Custom Exceptions

Exception Chaining

Try-with-Resources

Try–Catch–Finally Structure

Good practices using exceptions**

It’s been difficult because I have used exceptions before, but going deep into the basics is not always easy.
But here we go.

Let’s move on to Day 11: Advanced Enums.

Top comments (0)