Checked and Unchecked Exception in Java | Usage of checked exception

preview_player
Показать описание
In this video you will anwers the belows question::
Difference Between Checked & Unchecked Exception in Java?
what is exception hierarchy?
Types of Exception in Java?
Usage of checked exception?
Proper usage of Unchecked Exception?
Рекомендации по теме
Комментарии
Автор

This is very good. Earlier in the playlist, if I am not mistaken, you used the term "compile-time exception" to mean "checked exception". I would avoid this terminology, because some people call the compile errors they might see while developing their sources and preventing them from running at all "compile-time-exceptions". I don't use that phrase ever, nor do I ever say "compile-time-exceptions" to mean "checked exceptions", I say "compilation errors" and "checked exceptions" so it is always very clear which one we mean.

jvsnyc