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
329 results
Ever wondered why your Java program crashes suddenly with red error messages like *Exception in thread "main"*? You're not ...
31 views
6 days ago
ArithmeticException is an unchecked exception in Java. The compiler won't check if you handle it. See it in action: division by zero ...
224 views
8 hours ago
Understand the key differences between checked and unchecked exceptions. Grasp this concept, and mastering exception ...
1,372 views
2 days ago
Learn how to define custom exceptions, focusing on unchecked exceptions and their importance. Vital knowledge for interviews ...
328 views
1 day ago
What's the exception hierarchy? Exception vs. Error? Ace your Java interview with this deep dive into exception handling—a ...
231 views
4 days ago
In this video, we explain how Java handles runtime errors using try, catch, finally, throw, and throws with clear examples.
10 views
5 days ago
In this video, we'll understand Exception Handling in Python in detail — starting from basic concepts and moving all the way to ...
1,438 views
Lecture Resources ...
79 views
In this video, we explain the difference between `throw` and `throws` in Java with simple and clear examples. Understanding ...
0 views
Confused about checked vs. unchecked exceptions? Many developers define them by compile time vs. runtime. But is that the ...
448 views
Ever wondered why every Java program starts with: public static void main(String[] args) Why not change it? Why static? Why void ...
Throwable has two child classes: Exception and Error. Exceptions include Runtime, IO, and SQL. Errors cover Virtual Machine ...
22 minutes ago
Careful! The compiler ensures you handle checked exceptions. Ignore handling, and the compiler will refuse to compile your code ...
689 views
3 days ago
Ace your Java interview! Understand the key difference between checked and unchecked exceptions. Don't get caught off guard ...
479 views
Checked exceptions are vital in interviews! The compiler checks for smooth program execution, ensuring the programmer handles ...
858 views
The Java compiler throws a curveball! Encountering InterruptedException with sleep(). Why must you report or handle this ...
1,348 views
We will learn basic concepts of exceptions and handling exceptions using try, catch methods in Java in a simple and ...
32 views
At-Exception-Handler is a Spring Boot annotation used to handle exceptions in a controller. It allows you to catch specific ...
35 views
7 days ago
Using factory methods helps avoid NullPointerExceptions! Don't use null values; factory methods throw an exception immediately ...
296 views
123 views