Tag: Handling

Go Practice Error Handling


Free Download Go Practice Error Handling
Released: 10/2023
Duration: 11m | .MP4 1280×720, 30 fps(r) | AAC, 48000 Hz, 2ch | 22 MB
Level: Advanced | Genre: eLearning | Language: English
Effective error handling is one of the most important skills you can have to ensure that your server doesn’t completely crash if something goes wrong. Errors in Go can be handled in many different ways depending on the situation, and in this course, Ademusoyo Awosika-Olumo provides hands-on challenges that focus on common errors you might encounter in Go. Learn how to handle error wrapping, write custom error types, log errors that occur within a function, use the recover function to catch a panic error, and more.

(more…)

Java Practice – Exception Handling


Free Download Java Practice – Exception Handling
Released: 09/2023
Duration: 15m | .MP4 1280×720, 30 fps(r) | AAC, 48000 Hz, 2ch | 34 MB
Level: Intermediate | Genre: eLearning | Language: English
Java is a versatile, object-oriented programming language that is designed to run on a wide variety of platforms. Any machine that has a Java Virtual Machine, or JVM, can run Java apps. For that reason, Java is commonly used in a wide range of applications, including web, mobile, and desktop. In this course, instructor Todd Perkins, who has developed more than a dozen popular apps and games, uses a series of practical challenges to test your understanding of Java exception handling, so you can improve your programming problem-solving skills. Challenges include catching the exception, as well as handling an unsupported operation, a hidden exception, multiple threads, and nested exceptions.

(more…)