Java Tutorial for Beginners - 57 - Multiple try catches

preview_player
Показать описание
Java Tutorial for Beginners - 57 - Multiple try Catches

In this tutorial we discuss multiple try catches in exception handling.

Рекомендации по теме
Комментарии
Автор

I was wondering if there is any point in specifying of an exception. Technically, I could give just Exception as the first argument after every catch keyword, can't I?

Hynasek
Автор

for some reason it wont run because of the er part after arithmeticexception. duplicate parameter

jorgeramos