Java Exceptions Basics explained in plain english (FOR BEGINNERS)

Опубликовано: 21 Июль 2021
на канале: Visual Computer Science
705
30

This video explains the basics around exception handling in Java, in a visual but also in a hands-on way.

Why do we need to learn about exceptions? Simply because that's the only mechanism we can use to handle failures in our Java applications, which is a critical aspect in building any production-level system.

Any exception that is unhandled may cause the entire JVM to crash, which may lead to data loss and other serious consequences. For that reason, let's learn a couple of things about how they work in Java language!

Chapters:
00:14 - What are exceptions?
01:27 - Why they're important?
02:39 - Exception types
04:46 - Hands-on example


Смотрите видео Java Exceptions Basics explained in plain english (FOR BEGINNERS) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Visual Computer Science 21 Июль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 705 раз и оно понравилось 30 людям.