У нас вы можете посмотреть бесплатно Learn Java Programming - Introduction to Exception Handling Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Kaboom! · Crash! · @!#$%*! Welcome to the wonderful world of programming. If your program crashes in a blaze of glory there is a Java term for that special moment – throwable – as in throwable your computer right out the window (don't really do that). The Java Virtual Machine (JVM) is a workhorse and it does its job well, but sometimes it just has a bad day and throwables its hands up in the air and calls it quits. And when it does, it lets you know about it; the JVM tells you exactly what happened and why it threw in the towel. Throwable is actually a class in the java.lang package and its purpose it to handle those special kaboom moments. What could possibly make the JVM so mad? There are two basic categories for things that really irritate the JVM, errors and exceptions.