Practical Java: Introduction to Exceptions

Опубликовано: 30 Сентябрь 2024
на канале: James Smith
1,781
0

Things will go wrong with your program. You can use Exceptions to deal with these problems. Here, we go over how to set up a try-catch structure around a key part of your program to let you know, at run time, if a problem occurred.

Resources:
1. Ch 7 in the Java Pocket Guide
2. Ch 9 in Java 8 Fundamentals (https://bit.ly/2MIC8n7)
3. Tutorials Point: https://www.tutorialspoint.com/java/j...
4. Programming Guide exceptions list: https://programming.guide/java/list-o...