We may earn an affiliate commission when you visit our partners.
Pluralsight logo

Handling Exceptions (Java SE 8 Programmer I Certification 1Z0-808)

Andrejs Doronins

This course will teach you the tips, tricks, and pitfalls of exception handling in Java to help you prepare for the certification exam.

Read more

This course will teach you the tips, tricks, and pitfalls of exception handling in Java to help you prepare for the certification exam.

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, so making our software resilient is indispensable. Exception handling is a fundamental mechanism to achieve this. In this course, Handling Exceptions (Java SE 8 Programmer I Certification 1Z0-808), you will learn 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. Then, you will revise the exception class hierarchy, as well as the most frequent checked and unchecked exceptions as well as errors that you are likely to encounter on the exam. 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.

Enroll now

What's inside

Syllabus

Course Overview
Introducing Exception Handling
Understanding Exception Types
Throwing Exceptions
Read more

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Examines a crucial aspect of programming: error and exception handling
Helps prepare for the Java SE 8 Programmer I Certification 1Z0-808 exam
Covers the basics of exception handling in Java, from syntax to common errors
In-depth review of the exception class hierarchy, common checked exceptions, and errors
Explains the rules and best practices for throwing exceptions
Led by instructor Andrejs Doronins, recognized for expertise in Java programming

Save this course

Save Handling Exceptions (Java SE 8 Programmer I Certification 1Z0-808) to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Handling Exceptions (Java SE 8 Programmer I Certification 1Z0-808) with these activities:
Organize Course Materials
Review and organize your notes, assignments, and materials to enhance your understanding.
Show steps
  • Gather all the materials for the course.
  • Review the materials and identify key concepts.
  • Organize the materials in a logical manner.
Review Java Basics
Revisit the basics of Java to strengthen your foundation for exception handling.
Browse courses on Java Programming
Show steps
  • Review your previous Java coursework or tutorials.
  • Solve basic Java programming problems.
  • Take practice quizzes to test your understanding.
Study Group Discussions
Engage in discussions with peers to exchange knowledge and clarify concepts.
Show steps
  • Find a study group or form one with classmates.
  • Meet regularly to discuss course materials and concepts.
  • Work together on practice problems and assignments.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Exception Handling Practice Problems
Practice solving common exception handling problems to solidify your understanding of the concepts.
Browse courses on Exception Handling
Show steps
  • Review the course materials on exception handling.
  • Solve a set of practice problems.
  • Compare your solutions to provided answer key.
Exception Handling Video Tutorials
Watch video tutorials on exception handling concepts to reinforce your learning.
Browse courses on Exception Handling
Show steps
  • Find a series of video tutorials on exception handling.
  • Watch the tutorials and take notes.
  • Apply the concepts from the tutorials to practice problems.
Exception Handling Project
Build a simple Java program that incorporates exception handling to practice your skills.
Browse courses on Exception Handling
Show steps
  • Design the program's functionality and structure.
  • Implement the code for the program.
  • Test the program and handle exceptions.
Exception Handling Presentation
Create a presentation on exception handling to demonstrate your understanding.
Browse courses on Exception Handling
Show steps
  • Research exception handling concepts thoroughly.
  • Develop a presentation outline.
  • Create slides and prepare presentation materials.
  • Practice delivering the presentation.

Career center

Learners who complete Handling Exceptions (Java SE 8 Programmer I Certification 1Z0-808) will develop knowledge and skills that may be useful to these careers:
Java Developer
Java Developers write and maintain the code that makes Java applications run. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Java Developers, as it allows them to write code that is resilient to errors.
Software Developer
Software Developers design, develop, and maintain software applications. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Software Developers, as it allows them to write code that is resilient to errors.
Software Engineer
Software Engineers apply engineering principles to the design, development, and maintenance of software systems. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Software Engineers, as it allows them to write code that is resilient to errors.
Computer Programmer
Computer Programmers write and maintain the code that makes computer programs run. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Computer Programmers, as it allows them to write code that is resilient to errors.
Web Developer
Web Developers design and develop websites and web applications. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Web Developers, as it allows them to write code that is resilient to errors.
Mobile Developer
Mobile Developers design and develop mobile applications. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Mobile Developers, as it allows them to write code that is resilient to errors.
Data Scientist
Data Scientists analyze data to extract insights and trends. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Data Scientists, as it allows them to write code that is resilient to errors.
Machine Learning Engineer
Machine Learning Engineers design and develop machine learning models. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Machine Learning Engineers, as it allows them to write code that is resilient to errors.
Data Analyst
Data Analysts analyze data to extract insights and trends. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Data Analysts, as it allows them to write code that is resilient to errors.
Business Analyst
Business Analysts analyze business processes and systems to identify areas for improvement. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Business Analysts, as it allows them to write code that is resilient to errors.
Product Manager
Product Managers manage the development and launch of software and other products. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Product Managers, as it allows them to write code that is resilient to errors.
Project Manager
Project Managers plan and manage projects. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Project Managers, as it allows them to write code that is resilient to errors.
Technical Writer
Technical Writers create documentation for software and other technical products. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Technical Writers, as it allows them to write code that is resilient to errors.
User Experience Designer
User Experience Designers design the user interface for software and other products. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for User Experience Designers, as it allows them to write code that is resilient to errors.
Quality Assurance Analyst
Quality Assurance Analysts test software to ensure that it meets requirements. This course teaches how to handle exceptions in Java. Handling exceptions is an essential skill for Quality Assurance Analysts, as it allows them to write code that is resilient to errors.

Reading list

We've selected eight books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Handling Exceptions (Java SE 8 Programmer I Certification 1Z0-808).
Comprehensive guide to exception handling in Java, and it covers all of the features of the language related to exception handling. It great resource for experienced Java developers who want to improve their exception handling skills.
Comprehensive reference guide to Java, and it covers all of the features of the language, including exception handling. It great resource for experienced Java developers who need a quick reference guide.
Classic introduction to Java, and it covers all of the fundamentals of the language, including exception handling. It great book for students who are interested in learning more about the inner workings of Java.
Collection of best practices for Java programming, and it includes a chapter on exception handling. It great resource for experienced Java developers who want to improve their coding skills.
Comprehensive guide to concurrency in Java, and it includes a chapter on exception handling in concurrent code. It great resource for experienced Java developers who are working with concurrent code.
Comprehensive introduction to Java, and it covers all of the basics of the language, including exception handling. It great book for beginners who are just starting to learn Java.
Comprehensive guide to exception handling in Java, and it covers all of the features of the language related to exception handling. It great resource for students who are learning about exception handling for the first time, and it can also be used as a reference guide for experienced Java developers.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Handling Exceptions (Java SE 8 Programmer I Certification 1Z0-808).
Exception Handling in Java (Java SE 11 Developer...
Most relevant
Exception Handling in Java SE
Most relevant
Handling Exceptions in Java 11
Most relevant
C#: Using and Handling Exceptions (Interactive)
Most relevant
Exception Handling in Java
Most relevant
Selenium WebDriver and Java - Learn Automation with...
Most relevant
Exception Handling in C# 9
Most relevant
Introduction to Object-Oriented Programming with Java III...
Most relevant
Error Handling in C# 10
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser