Тёмный

Checked and Unchecked Exceptions in Java - Java Programming 

Will Tollefson
Подписаться 2,3 тыс.
Просмотров 1,3 тыс.
50% 1

In this video, we'll talk about the differences between checked and unchecked exceptions within Java. The main difference in pratice comes down to how you write error handling code when these different types of exceptions are thrown. There is also an ideological difference between them that has to do with what type of exception is occuring: an issue a program can't necessarily foresee in the code vs a code/programming error itself. Hope you like the video!
My name is Will Tollefson! I'm here to teach you key skills that will help you land your first programming job or stay current and competitive for those promotions in your current job. Subscribe to my channel and I'll help you grow in your programming skills, and make your career soar!
Join me to learn computer programming in an easy to learn way, with a teacher who isn't talking over your head. Or sounds like this. But instead explains things in a way you can understand.
I'm a software engineer in industry who has been coding for over a decade now and my motto is Never Stop Learning. I can give you insight into skills that employers actually care about as in addition to being a programmer I also have hired software engineers.
Ring that notification bell so you never miss fresh content that just might help you with your current programming bug.
I have experience with various types of programming such as mobile phone apps, scientific computational modeling, and embedded communications systems, to name a few, and I've worked on teams ranging from one to over one hundred programmers.
The content I'm offering you is free, self paced, and practical for computer programming jobs. I'll teach you skills you need to be competitive.
Let's dive into programming concepts like algorithms and data structures that are mostly language agnostic.
If you've got ideas of topics or a programming dilemma you want me to cover, drop me a comment! I'll be efficient with your time so without further ado, let's get to it!

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@agoapk
@agoapk 5 месяцев назад
Hello! I'm speaking directly from Brazil and I've been using your channel to clear up key doubts I have with Java!!! Excellent content, one more subscriber!
@willtollefson
@willtollefson 5 месяцев назад
Thank you! Glad to hear you're liking the content
@DenaTollefson
@DenaTollefson 11 месяцев назад
Fantastic video, Will! 😊
@Degoractus
@Degoractus 5 месяцев назад
your videos are fantastic, I dont get it how do you just have 1k subsciber, keep the good work, I just subscibed!!!
@willtollefson
@willtollefson 5 месяцев назад
Thanks so much for the sub! Glad to hear you’re liking the content
@duparcg
@duparcg Месяц назад
great video
@duparcg
@duparcg Месяц назад
filenotfound should really be unchecked because you have to run the code for it to see that the location is wrong for instance... very weird
@willtollefson
@willtollefson Месяц назад
A checked exception doesn’t necessarily mean an error can be detected at compile time or not (otherwise the compiler would just flag it right away). It just means that you have to provide explicit error handling code. Both checked and unchecked exceptions represent errors that can occur at runtime. The merits of checked exceptions are debatable, but among other checked exceptions, this one makes sense to me because there is reasonable likelihood of code hitting a case like this and you should have specific handling code available for it. Hopefully that helps clarify it a bit!
@duparcg
@duparcg Месяц назад
@@willtollefson thank you
Далее
CORTE DE CABELO RADICAL
00:59
Просмотров 1,4 млн
The Singleton Design Pattern In Java
15:21
Просмотров 742
Java Concurrecy: Volatile vs Atomic - Java Programming
10:50
Simple Code, High Performance
2:50:14
Просмотров 251 тыс.
Java Exception Handling Tutorial
11:39
Просмотров 81 тыс.