When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Exception Handling in Java (Java SE 11 Developer Certification 1Z0-819)
This course will teach you the tips, tricks, and pitfalls of exception handling in Java to help you prepare for the certification exam.

This Course Includes
pluralsight
5 (178 reviews )
1 hour 40 minutes
english
Online - Self Paced
core courses
pluralsight
About Exception Handling in Java (Java SE 11 Developer Certification 1Z0-819)
Developers want to write software and build programs that do awesome things. But things rarely go smoothly. Unexpected errors and issues occur all the time, and so making our software resilient is indispensable. Exception handling is a fundamental mechanism to achieve this. In this course, Exception Handling in Java (Java SE 11 Developer Certification 1Z0-819), you will earn the tips, tricks, and pitfalls of exception handling in Java. First, you will revise the basic syntax of try/catch/finally blocks, including chaining catch blocks as well as multi-catch blocks. Then, you will learn and practice the ins and outs of try-with-resources mechanism, introduced in Java 7. Then, you will revise the exception class hierarchy, as well as the most frequent checked and unchecked exceptions that you are likely to encounter on the exam, as well as their relationships. Finally, you will see that throwing exceptions has certain rules that must be satisfied for the application to work. When you're finished with this course, you’ll have the skills and knowledge of exception handling to nail any exam question related to the topic.
What You Will Learn?
- Course Overview : 1min.
- Introducing Exception Handling : 35mins.
- Practicing Try-with-resources : 14mins.
- Understanding Exception Types : 26mins.
- Throwing Exceptions : 22mins.