Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
237 results
Java Exceptions using try...throw...catch with the Electric BIll as an example. The discussion covers inputMismatchException and ...
106 views
3 years ago
05_10.
478 views
11 years ago
In this video, we delve into the crucial topic of creating effective exceptions in your Java code. Understanding and implementing ...
675 views
1 year ago
A brief introduction to Java exceptions: what they are, the classes involved, what java.lang.Error is, where exceptions come from ...
60 views
An exception is a run time error. Find out the basics of catching them before they crash your program!
273 views
5 years ago
Learn when to use -- and not to use -- exceptions.
170 views
Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...
19,323 views
A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...
33 views
Find out what happens when you throw an exception in a series of method calls several levels deep. Program that demonstrates ...
231 views
There are different kinds and subclasses of Exception. This video describes the Exception hierarchy and talks about checked vs.
107 views
4 years ago
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
812 views
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,741 views
shorts What is AssertJ? Explore the Java test with elegance Fluent API wit Java Test, which is the formula of AssertJ. #Java ...
309 views
2 years ago
Result* is a Java library to handle success and failure without exceptions. https://result.leakyabstractions.com/ _This podcast was ...
21 views
The video shows how to use Java to input an integer in using a loop that keeps asking for a valid input if the user inputs a negative ...
253 views
JavaDoc can help you to increase your code documentation quality. There is certainty about how documentation increases the ...
359 views
Using the try-with-resources construct will allow Java to close files for you automatically so you don't have to do it explicitly.
173 views
In this session, I'll be reviewing the concept of "finally" in the management of exceptions in Java. I mentioned this idea of finally ...
1,127 views
9 years ago
UNIVERSIDAD TÉCNICA PARTICULAR DE LOJA Informática Programación de Algoritmos Tema: Gestión de excepciones en ...
3,826 views
13 years ago
Java's Optional API is a powerful tool for avoiding null pointer exceptions and writing more robust code. However, even Optional ...
1,455 views