ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

458 results

CharlesGPT
Java Course 12 (2026): Exception Handling & Regex Made Easy ⚙️

javaprogramming #errorhandling #regex Welcome to Course 12 of our beginner-friendly Java tutorial series! In this video, we ...

36:01
Java Course 12 (2026): Exception Handling & Regex Made Easy ⚙️

9 views

5 months ago

The Debug Zone
Testing Exceptions in CompletableFuture: A Guide to Handling Errors

In this video, we delve into the intricacies of handling exceptions in Java's CompletableFuture. As asynchronous programming ...

2:57
Testing Exceptions in CompletableFuture: A Guide to Handling Errors

3 views

8 months ago

Carlos Chacin
🛑️ Stop Using Try-Catch: Java 25 Pattern Matching for Errors

Stop Using Try-Catch: Java 25 Pattern Matching for Errors Stop throwing exceptions in Java and start treating errors as data!

34:21
🛑️ Stop Using Try-Catch: Java 25 Pattern Matching for Errors

183 views

3 months ago

The Debug Zone
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

In this video, we dive deep into the notorious Java Out of Memory Error, a common yet perplexing issue that developers face.

3:12
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

5 views

9 months ago

The Debug Zone
Fixing 'Catching Exception is Not Allowed' Checkstyle Report Error

In this video, we tackle a common issue faced by Java developers: the 'Catching Exception is Not Allowed' error reported by ...

1:54
Fixing 'Catching Exception is Not Allowed' Checkstyle Report Error

11 views

4 months ago

The Debug Zone
Fixing Retrofit java.net.ProtocolException: Expected Bytes but Received Error

In this video, we dive into a common issue faced by developers when working with Retrofit in Android applications: the `java.net.

3:52
Fixing Retrofit java.net.ProtocolException: Expected Bytes but Received Error

34 views

6 months ago

Somi Gaming and Markets
IntellijIssue - Facing java.lang.ExceptionInInitializerError error

In Intellij, when I run a simple public static void main() method facing below error. java: java.lang.ExceptionInInitializerError ...

0:44
IntellijIssue - Facing java.lang.ExceptionInInitializerError error

472 views

4 months ago

The Debug Zone
RxJava Error Handling: Difference Between setErrorHandler and onError

In this video, we dive into the intricacies of error handling in RxJava, focusing on two key methods: `setErrorHandler` and ...

1:53
RxJava Error Handling: Difference Between setErrorHandler and onError

32 views

7 months ago

The Debug Zone
Fixing java.time.format.DateTimeParseException: Text Could Not Be Parsed Error

In this video, we dive into a common issue faced by Java developers: the `DateTimeParseException`. This error often occurs when ...

2:41
Fixing java.time.format.DateTimeParseException: Text Could Not Be Parsed Error

11 views

6 months ago

The Debug Zone
Fixing DecimalFormat Exception: 'Cannot format given Object as a Number'

In this video, we tackle a common issue encountered in Java programming: the DecimalFormat Exception that arises when trying ...

1:54
Fixing DecimalFormat Exception: 'Cannot format given Object as a Number'

2 views

3 months ago

The Debug Zone
Understanding Errors When Instantiating in Try-With-Resources in Java

In this video, we delve into the intricacies of error handling when using the Try-With-Resources statement in Java. As a powerful ...

2:41
Understanding Errors When Instantiating in Try-With-Resources in Java

3 views

2 months ago

The Debug Zone
Fixing 'Annotations Are Not Allowed Here' Error in Java: A Complete Guide

In this comprehensive guide, we tackle the frustrating 'Annotations Are Not Allowed Here' error that many Java developers ...

3:13
Fixing 'Annotations Are Not Allowed Here' Error in Java: A Complete Guide

7 views

1 month ago

The Debug Zone
Fixing Bad Grammar SQL Exception in RowMapper: Common Solutions Explained

In this video, we dive into the common pitfalls of encountering bad grammar SQL exceptions when using RowMapper in your Java ...

3:53
Fixing Bad Grammar SQL Exception in RowMapper: Common Solutions Explained

2 views

4 months ago

The Debug Zone
Fixing Fatal Exception: java.lang.NoClassDefFoundError: rt in Java Applications

In this video, we delve into a common yet perplexing issue faced by Java developers: the dreaded `java.lang.

1:57
Fixing Fatal Exception: java.lang.NoClassDefFoundError: rt in Java Applications

16 views

9 months ago

The Debug Zone
Fixing SparkContext Initialization Error: java.net.BindException Explained

In this video, we dive into a common issue faced by Apache Spark users: the SparkContext initialization error, specifically the ...

2:00
Fixing SparkContext Initialization Error: java.net.BindException Explained

3 views

6 months ago

Carlos Chacin
My Code Broke Everything — Here's How I Fixed It (Skull King Ep. 3)

Java Error Handling Tutorial: My Result[T] implementation failed! In this Java 25 TDD episode, I show you why my custom error ...

25:51
My Code Broke Everything — Here's How I Fixed It (Skull King Ep. 3)

29 views

2 weeks ago

The Debug Zone
Handling Exceptions in Mocked RxJava2 Observables for Unit Testing

In this video, we dive into the intricacies of handling exceptions in mocked RxJava2 observables specifically for unit testing.

4:59
Handling Exceptions in Mocked RxJava2 Observables for Unit Testing

2 views

7 months ago

Carlos Chacin
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

Java Error Handling Tutorial: Building a custom Result[T] type without Vavr! In this Java 25 TDD episode, I remove the Vavr ...

28:27
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

49 views

11 days ago

The Debug Zone
JAXB anyType Casting Error: Solutions for Common Issues and Fixes

In this video, we delve into the common challenges developers face when working with JAXB and the anyType casting error.

3:30
JAXB anyType Casting Error: Solutions for Common Issues and Fixes

18 views

11 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

477,678 views

8 months ago

The Debug Zone
How to Identify the Operation Causing Null Pointer Exceptions (NPE) in Java

In this video, we delve into one of the most common pitfalls in Java programming: Null Pointer Exceptions (NPE). Understanding ...

1:36
How to Identify the Operation Causing Null Pointer Exceptions (NPE) in Java

11 views

7 months ago

buildingwitheze
Top 5 Reasons Why Apps Crash in Production (And How to Fix Them!)

Ever wondered why apps crash unexpectedly in production? Kindly subscribe to this channel: ...

5:58
Top 5 Reasons Why Apps Crash in Production (And How to Fix Them!)

13 views

5 months ago

The Debug Zone
Java LocalDate Error: Unable to Obtain from TemporalAccessor - Troubleshooting Guide

In this video, we dive into a common issue faced by Java developers: the "Unable to Obtain from TemporalAccessor" error when ...

1:53
Java LocalDate Error: Unable to Obtain from TemporalAccessor - Troubleshooting Guide

2 views

3 months ago

The Debug Zone
Fixing ModelCache.computeIfAbsent Must Not Be Null Error in Java

In this video, we delve into a common issue faced by Java developers: the "Must Not Be Null" error when using the `ModelCache.

2:40
Fixing ModelCache.computeIfAbsent Must Not Be Null Error in Java

16 views

7 months ago

Peter Schneider
Forking exception handling in Java CompletableStage

Forking exception handling in Java CompletableStage I hope you found a solution that worked for you :) The Content is licensed ...

3:17
Forking exception handling in Java CompletableStage

2 views

8 months ago