ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

50 results

JavaCodeAcademy
How to Create Custom Exceptions in Java | extends Exception vs RuntimeException

Are you still throwing generic Exception or RuntimeException for everything? In this video, we level up your error handling by ...

8:26
How to Create Custom Exceptions in Java | extends Exception vs RuntimeException

19 views

4 days ago

JavaCodeAcademy
Java Exceptions Explained | Checked vs Unchecked | Hierarchy Tutorial

Why does Java force you to handle some errors but ignore others? In this first video of our Robustness & Data Handling module, ...

7:43
Java Exceptions Explained | Checked vs Unchecked | Hierarchy Tutorial

2 views

5 days ago

NLJUG
From Exceptions to Rich Errors: Rethinking Error Handling in Kotlin I Michail Zarečenskij

In this talk, we'll explore how Java's exception model works, how Kotlin has adapted and evolved it, and which other “organic” ...

51:23
From Exceptions to Rich Errors: Rethinking Error Handling in Kotlin I Michail Zarečenskij

323 views

5 days ago

NLJUG
From Exceptions to Rich Errors: Rethinking Error Handling in Kotlin I Michail Zarečenskij

In this talk, we'll explore how Java's exception model works, how Kotlin has adapted and evolved it, and which other “organic” ...

51:23
From Exceptions to Rich Errors: Rethinking Error Handling in Kotlin I Michail Zarečenskij

33 views

5 days ago

Durga Software Solutions
Java Exceptions Explained: Throwable, Try Catch, Customizing #shorts

Throwable class is the root for all Java exceptions. Learn the difference between exception and error, checked vs. unchecked ...

0:30
Java Exceptions Explained: Throwable, Try Catch, Customizing #shorts

2,514 views

1 day ago

Anees Ahmed
Exception handling concluding practice session

So this one right so throwable throwable will be having two childs error and exception so error the things which we cannot handle ...

1:03:05
Exception handling concluding practice session

12 views

2 days ago

Crack Testing Interview
Top 10 For Loop Mistakes in Java |  Beginners Must Watch

Are you struggling with for loops in Java? In this video, I explain the TOP 10 common mistakes and errors beginners make ...

11:09
Top 10 For Loop Mistakes in Java | Beginners Must Watch

50 views

2 days ago

DesignCodeDebugRepeat
Java NullPointerException three common causes (and solutions!) -- Fix it fast!

You declared your variables, you allocated your array with new, you called a method that returned an object -- why are you getting ...

10:53
Java NullPointerException three common causes (and solutions!) -- Fix it fast!

13 views

1 day ago

Cristian Rey Seco
Chap 9 Exception Handling + File Input/Output

Encounter okay so a so anong anong error Daw y encounter java. input mismatch exception saang so four and then zero Yan ...

23:49
Chap 9 Exception Handling + File Input/Output

362 views

6 days ago

Learn To Troubleshoot
How Do Semantic Errors Compare to Runtime Errors?

Ever wondered about the fundamental distinctions between semantic and runtime errors in programming? This video breaks ...

3:59
How Do Semantic Errors Compare to Runtime Errors?

0 views

4 days ago

BananaMan
Powder Sim showcase

I've recently gotten back into Java ascii programming/game dev starting this week and made this powder sim. You control a cursor ...

0:57
Powder Sim showcase

0 views

3 days ago

vlogommentary
Elegant Exception Handling in CompletableFuture with Java 17+  Pattern Matching

Learn how to simplify and modernize exception handling in Java's CompletableFuture using switch expressions and pattern ...

2:57
Elegant Exception Handling in CompletableFuture with Java 17+ Pattern Matching

0 views

5 days ago

Durga Software Solutions
JVM Stack Overflow Error Explained: Avoid Runtime Exceptions #shorts

Witness the dreaded Stack Overflow error in action! Main calls m1, m1 calls m2, m2 calls m1... the stack fills, then BOOM! Runtime ...

1:08
JVM Stack Overflow Error Explained: Avoid Runtime Exceptions #shorts

794 views

4 days ago

MartinY Tech
[Ultimate Guide] Spring Boot & REST APIs |  Build a Football Card Management System

In this comprehensive course, you'll learn how to create a Football Card Management System using Spring Boot, focusing on ...

5:33:22
[Ultimate Guide] Spring Boot & REST APIs | Build a Football Card Management System

96 views

5 days ago

The Brave Coders
Vibe Coding Gone Wrong: Gemini 3 Pro | Stuck Executing Forever (WindSurf)

Vibe Coding Gone Wrong: Gemini 3 Pro (High) | Stuck Executing Forever (Windsurf) In this video, I test Gemini 3 Pro (High) inside ...

5:01
Vibe Coding Gone Wrong: Gemini 3 Pro | Stuck Executing Forever (WindSurf)

158 views

4 days ago

MartinY Tech
Enhance Your Spring Boot API Documentation with OpenAPI

In this video, we'll guide you through the process of enhancing your Spring Boot API documentation using OpenAPI. Discover how ...

14:38
Enhance Your Spring Boot API Documentation with OpenAPI

18 views

5 days ago

TECH Margadarshi
Java - Part 6 | super, final, Access Modifiers, Enum & Exception Handling | Tech Margadarshi |

Welcome back to Tech Margadarshi. In Java Full Course – Part 6, we dive into some of the most important core concepts every ...

9:09
Java - Part 6 | super, final, Access Modifiers, Enum & Exception Handling | Tech Margadarshi |

13 views

1 day ago

Durga Software Solutions
Constructor Recursion: Compile Time Error Explained! #shorts

A recursive constructor call causes a compiler error in Java, preventing object creation. Compiler checks constructor invocations ...

1:54
Constructor Recursion: Compile Time Error Explained! #shorts

818 views

5 days ago

Durga Software Solutions
Stack Overflow Error: Infinite Recursion Explained! #shorts

See a StackOverflowError in action. Recursive method calls cause runtime exceptions. This happens when constructors call each ...

0:58
Stack Overflow Error: Infinite Recursion Explained! #shorts

1,028 views

4 days ago

Uplatz
Axios & Enterprise API Handling: Reliable HTTP, Error Management & Architecture | Uplatz

In this Uplatz Explainer, we present a practical Axios and Enterprise API Handling Guide, showing how modern frontend and ...

8:09
Axios & Enterprise API Handling: Reliable HTTP, Error Management & Architecture | Uplatz

5 views

7 days ago

vlogommentary
Fixing BadSqlGrammarException in Spring Batch with JdbcPagingItemReader and Named Parameters

How to resolve BadSqlGrammarException caused by positional parameters in Spring Batch's JdbcPagingItemReader using ...

2:32
Fixing BadSqlGrammarException in Spring Batch with JdbcPagingItemReader and Named Parameters

0 views

5 days ago

Durga Software Solutions
Stack Overflow vs. Compile Error: Recursive Calls Explained #shorts

Recursive method calls CAN cause stack overflow. But what about constructors? This video explains why recursive constructor ...

1:56
Stack Overflow vs. Compile Error: Recursive Calls Explained #shorts

732 views

5 days ago

vlogommentary
How to Enable Second-Level Caching in Hibernate 6 with Ehcache

Learn concise, step-by-step instructions to properly enable second-level caching in Hibernate 6 using Ehcache and avoid ...

4:09
How to Enable Second-Level Caching in Hibernate 6 with Ehcache

0 views

5 days ago

Byte & Beyond with Uday
Spring Boot Custom Validation Messages | Centralized Error Messages Explained

In this video, you'll learn how to customize validation error messages in Spring Boot using a centralized and production-ready ...

30:25
Spring Boot Custom Validation Messages | Centralized Error Messages Explained

0 views

2 days ago

Uplatz
High-Performance Forms with React Hook Form: Scalable Validation & UX | Uplatz

In this Uplatz Explainer, we explore High-Performance Form Development using React Hook Form, showing how modern React ...

6:14
High-Performance Forms with React Hook Form: Scalable Validation & UX | Uplatz

0 views

7 days ago