#79  Exception Hierarchy in Java

#79 Exception Hierarchy in Java

Telusko

1 год назад

53,995 Просмотров

Check out our courses:

Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)

Master Java Spring Development : https://bit.ly/java-spring-cloud

Udemy Courses:

Java:- https://bit.ly/JavaUdemyTelusko
Spring:- https://bit.ly/SpringUdemyTelusko
Java For Programmers:- https://bit.ly/javaProgrammers

For More Queries WhatsApp or Call on : +919008963671

website : https://courses.telusko.com/

In this lecture we are discussing about hierarachy of exception:
-- In Java, exceptions are objects that represent exceptional situations that can occur during program execution.
The Java language provides a hierarchy of exception classes that are used to represent different types of errors and exceptional situations.

#Important points
-- Every class extends Object class so, Throwable class by default extends Object
-- The top-level class in the Java exception hierarchy is the Throwable class. All exception classes in Java are subclasses of the Throwable class.
-- The Throwable class has two subclasses: Error and Exception.
-- The Error class represents serious errors that cannot be handled by the program, such as OutOfMemoryError or StackOverflowError.
-- The Exception class represents exceptions that can be caught and handled by the program.
-- The Exception class has many subclasses that represent specific types of exceptions. Some common subclasses of Exception include RuntimeException, IOException, SQLException, and NullPointerException.
-- Exception classes in Java can be either checked or unchecked.

Checked Exception:
Checked exceptions are those that are checked at compile-time, meaning the compiler ensures that the programmer handles the exception by either catching or declaring it in the method signature using the throws keyword.
Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.

UnChecked Exception:
unchecked exceptions are not checked at compile-time, and the compiler does not force the programmer to handle them. Examples of unchecked exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and
ArithmeticException.

hierrachry of exception
Object class
|
Throwable
--------- ---------
| |
Error Exception
----------- ----------------------------------------------
| | |
RuntimeEception(uncheked) SQLException(checked) IOException(checked)
ArithmeticException
NullPointerException
ArrayIndexOutOfBoundsException

Github repo : https://github.com/navinreddy20/Javacode.git

Java:- https://bit.ly/JavaUdemyTelusko
Spring:- https://bit.ly/SpringUdemyTelusko

More Learning :

Java :- https://bit.ly/3x6rr0N
Python :- https://bit.ly/3GRc7JX
Django :- https://bit.ly/3MmoJK6

JavaScript :- https://bit.ly/3tiAlHo
Node JS :- https://bit.ly/3GT4liq

Rest Api :-https://bit.ly/3MjhZwt
Servlet :- https://bit.ly/3Q7eA7k
Spring Framework :- https://bit.ly/3xi7buh
Design Patterns in Java :- https://bit.ly/3MocXiq
Docker :- https://bit.ly/3xjWzLA

Blockchain Tutorial :- https://bit.ly/3NSbOkc
Corda Tutorial:- https://bit.ly/3thbUKa
Hyperledger Fabric :- https://bit.ly/38RZCRB

NoSQL Tutorial :- https://bit.ly/3aJpRuc
Mysql Tutorial :- https://bit.ly/3thpr4L

Data Structures using Java :- https://bit.ly/3MuJa7S
Git Tutorial :- https://bit.ly/3NXyCPu

Donation:
PayPal Id : navinreddy20
https://www.telusko.com

Тэги:

#telusko #navin #reddy #tutorial #java #python #blockchain #django
Ссылки и html тэги не поддерживаются


Комментарии:

Rode Ayodhya
Rode Ayodhya - 03.11.2023 10:44

Great channel for beginners to learn in simple and amazing way 😍🤩

Ответить
code work
code work - 15.09.2023 09:06

If you want to keep your client happy, PLEASE handle the exceptions
- Navin Reddy

Ответить
aditya pradhan
aditya pradhan - 15.07.2023 08:14

Very helpful video

Ответить
Manoj Dudee
Manoj Dudee - 20.06.2023 19:32

I never got ❤ from Navin Reddy sir.

Ответить
Jai Bhardwaj
Jai Bhardwaj - 13.06.2023 21:59

why this amazing content have low views it's unfair

Ответить
harsh
harsh - 06.06.2023 21:43

bruh...how come only one comment.

Ответить
Rina Dem
Rina Dem - 18.04.2023 10:32

amazing

Ответить