ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,252 results

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

10 months ago

The Debug Zone
How to Mock getClass() in Java: Tips and Best Practices for Testing

In this video, we dive into the intricacies of mocking the `getClass()` method in Java, a crucial skill for effective unit testing.

3:10
How to Mock getClass() in Java: Tips and Best Practices for Testing

2 views

3 months ago

Coding wala Shree
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

Java Stream API Terminal Operations Explained In this video, we explore 5 powerful terminal operations in the Java Stream API: ...

21:54
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

100 views

8 months ago

Alan Lands
Spring Boot Project Structure for Real-World Applications (Best Practices)

Most Spring Boot tutorials teach a simple layered structure with controller, service, and repository. While this is great for beginners, ...

4:07
Spring Boot Project Structure for Real-World Applications (Best Practices)

249 views

12 days ago

The Debug Zone
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

In this video, we delve into the importance of using `Objects.requireNonNull()` in Java programming. This powerful utility method ...

3:03
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

3 views

1 month ago

The Debug Zone
Cloning Abstract Objects with Final Fields in Java: A Complete Guide

In this video, we delve into the fascinating world of cloning abstract objects in Java, specifically focusing on the challenges and ...

2:04
Cloning Abstract Objects with Final Fields in Java: A Complete Guide

0 views

10 months ago

The Debug Zone
How to Properly Close Files.write in Java: Best Practices and Solutions

In this video, we delve into the essential topic of properly closing files in Java, focusing on the `Files.write` method. Proper file ...

1:55
How to Properly Close Files.write in Java: Best Practices and Solutions

2 views

6 months ago

The Debug Zone
How to Customize ModelMapper for Java: Tips and Best Practices

In this video, we dive into the world of ModelMapper, a powerful library for object mapping in Java. Whether you're working on a ...

1:58
How to Customize ModelMapper for Java: Tips and Best Practices

15 views

10 months ago

The Debug Zone
How to Store Time Duration in Java: Best Practices and Examples

In this video, we delve into the essential topic of storing time duration in Java, a crucial aspect for developers working on ...

2:59
How to Store Time Duration in Java: Best Practices and Examples

2 views

5 months ago

The Debug Zone
Using Scala Classes in Java: A Guide to Interoperability and Best Practices

In this video, we delve into the fascinating world of interoperability between Scala and Java. As two of the most powerful ...

1:54
Using Scala Classes in Java: A Guide to Interoperability and Best Practices

10 views

6 months ago

The Debug Zone
How to Wait for Class Initialization in Java: Tips and Solutions

In this video, we delve into the intricacies of class initialization in Java, a crucial aspect for developers looking to optimize their ...

2:53
How to Wait for Class Initialization in Java: Tips and Solutions

1 view

11 months ago

The Debug Zone
Implementing Builder Pattern in Java with Exception Handling Best Practices

In this video, we delve into the Builder Pattern in Java, a powerful design pattern that simplifies the construction of complex objects ...

2:52
Implementing Builder Pattern in Java with Exception Handling Best Practices

2 views

5 months ago

The Debug Zone
How to Cast ClassT to ClassT extends Foo in Java: A Runtime Guide

In this video, we delve into the intricacies of Java generics, specifically focusing on how to cast a `ClassT` to `ClassT extends Foo`.

1:38
How to Cast ClassT to ClassT extends Foo in Java: A Runtime Guide

1 view

11 months ago

The Debug Zone
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

In this video, we dive into the powerful features of Java 8, focusing on how to apply multiple functions to a single value using the ...

1:31
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

2 views

10 months ago

The Debug Zone
Understanding .peek() in Java 8 Streams: Usage, Examples, and Best Practices

In this video, we delve into the powerful `.peek()` method in Java 8 Streams, a feature that allows you to inspect elements as they ...

2:13
Understanding .peek() in Java 8 Streams: Usage, Examples, and Best Practices

13 views

8 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

493,831 views

9 months ago

The Debug Zone
Understanding the Difference Between thenAccept and thenApply in Java

In this video, we delve into the nuances of Java's CompletableFuture API, focusing on the key differences between the ...

1:31
Understanding the Difference Between thenAccept and thenApply in Java

2 views

5 months ago

The Debug Zone
Java 8 Stream: Merging Collections of Objects by Shared ID Explained

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to merge collections of objects based on a ...

2:41
Java 8 Stream: Merging Collections of Objects by Shared ID Explained

2 views

10 months ago

The Debug Zone
Java Type Inference Changes: javac 1.8.0_45 vs 1.8.0_92 Explained

In this video, we delve into the significant changes in Java's type inference between the javac versions 1.8.0_45 and 1.8.0_92.

1:41
Java Type Inference Changes: javac 1.8.0_45 vs 1.8.0_92 Explained

0 views

11 months ago

The Debug Zone
Java String Concatenation vs Interning: Performance and Best Practices Explained

In this video, we dive into the fascinating world of Java string manipulation, focusing on two key concepts: string concatenation ...

1:31
Java String Concatenation vs Interning: Performance and Best Practices Explained

1 view

5 months ago