Video není dostupné.
Omlouváme se.

Types of Exception In Java | Checked Exceptions vs Unchecked Exceptions In Java

Sdílet
Vložit
  • čas přidán 5. 08. 2024
  • In this lecture, let’s explore the Types of Exception in Java.
    In Java, Exceptions are divided into two broad categories, checked exceptions and unchecked exceptions.
    🟨 The Checked exceptions are checked at the compile time
    🟨 The Unchecked exceptions are exceptions that are not checked at compile-time. They are also known as runtime exceptions.
    But to understand them better - we must know the exception class hierarchy in Java which we will learn in this lecture.
    00:03 Intro
    00:10 Types of exception in Java
    00:34 Exception class hierarchy In Java
    02:00 Difference between checked exceptions and unchecked exceptions
    02:56 Unchecked Exceptions Example
    04:47 Checked Exceptions Example

Komentáře •