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
235 results
A brief introduction to Java exceptions: what they are, the classes involved, what java.lang.Error is, where exceptions come from ...
60 views
1 year ago
In this video, we delve into the crucial topic of creating effective exceptions in your Java code. Understanding and implementing ...
668 views
Learn when to use -- and not to use -- exceptions.
170 views
5 years ago
05_10.
478 views
11 years ago
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
811 views
4 years ago
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
An exception is a run time error. Find out the basics of catching them before they crash your program!
273 views
A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...
33 views
Java Exceptions using try...throw...catch with the Electric BIll as an example. The discussion covers inputMismatchException and ...
105 views
3 years ago
Result* is a Java library to handle success and failure without exceptions. https://result.leakyabstractions.com/ _This podcast was ...
21 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
Java's Optional API is a powerful tool for avoiding null pointer exceptions and writing more robust code. However, even Optional ...
1,455 views
2 years ago
shorts What is AssertJ? Explore the Java test with elegance Fluent API wit Java Test, which is the formula of AssertJ. #Java ...
308 views
UNIVERSIDAD TÉCNICA PARTICULAR DE LOJA Informática Programación de Algoritmos Tema: Gestión de excepciones en ...
3,826 views
13 years ago
Unlock the secrets to building a robust and scalable Java REST API! In this video, we dive into four key tips every developer ...
456 views
Learn about syntax, runtime, and semantic errors. Art credits: Freaked-out face: FreeCliparts ...
3,936 views
6 years ago
JavaDoc can help you to increase your code documentation quality. There is certainty about how documentation increases the ...
359 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,318 views
Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...
1,112 views