36. Exception Handling (Try-Catch) - Java | Exception Handling | Hackerrank

Опубликовано: 15 Декабрь 2018
на канале: Learn to code
6,760
53

Exception handling is the process of responding to the occurrence, during computation, of exceptions – anomalous or exceptional conditions requiring special processing – often changing the normal flow of program execution. (Wikipedia)

Java has built-in mechanism to handle exceptions. Using the try statement we can test a block of code for errors. The catch block contains the code that says what to do if exception occurs.

This problem will test your knowledge on try-catch block.


Смотрите видео 36. Exception Handling (Try-Catch) - Java | Exception Handling | Hackerrank онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Learn to code 15 Декабрь 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,76 раз и оно понравилось 5 людям.