No video

Checked and Unchecked Exceptions in Java - Java Programming

  Рет қаралды 1,201

Will Tollefson

Will Tollefson

Күн бұрын

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!

Пікірлер: 9
@agoapk
@agoapk 4 ай бұрын
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 4 ай бұрын
Thank you! Glad to hear you're liking the content
@DenaTollefson
@DenaTollefson 10 ай бұрын
Fantastic video, Will! 😊
@Degoractus
@Degoractus 4 ай бұрын
your videos are fantastic, I dont get it how do you just have 1k subsciber, keep the good work, I just subscibed!!!
@willtollefson
@willtollefson 4 ай бұрын
Thanks so much for the sub! Glad to hear you’re liking the content
@duparcg
@duparcg 16 күн бұрын
great video
@duparcg
@duparcg 16 күн бұрын
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 16 күн бұрын
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 15 күн бұрын
@@willtollefson thank you
Are You Using Java's Parallel Streams Correctly? - Java Programming
13:34
小丑和白天使的比试。#天使 #小丑 #超人不会飞
00:51
超人不会飞
Рет қаралды 33 МЛН
Java Custom Exceptions Tutorial - It's Way Easier Than You Think
14:29
Coding with John
Рет қаралды 155 М.
Exceptions in Java - Checked vs Unchecked
14:22
Maaike Bright Boost
Рет қаралды 1,7 М.
The Singleton Design Pattern In Java
15:21
Will Tollefson
Рет қаралды 710
Java custom exceptions 🛑
10:05
Bro Code
Рет қаралды 74 М.
Java Exceptions - Learn Exceptions in Java #43
11:07
Alex Lee
Рет қаралды 227 М.
Virtual Threads in Java 21
17:22
Will Tollefson
Рет қаралды 4,3 М.