ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

310 results

Coding wala Shree
🔥 Java 24 is Here!🔥 Important Features You Must Know with Code Demos!

Java 24 is here! This release introduces powerful new features, making Java more efficient, secure, and developer-friendly. In this ...

31:13
🔥 Java 24 is Here!🔥 Important Features You Must Know with Code Demos!

406 views

9 months ago

The Debug Zone
Fixing Jack Error: Required to Support Java 8 Language Features in Android

In this video, we dive into the common "Jack Error" that developers encounter when trying to leverage Java 8 language features in ...

1:30
Fixing Jack Error: Required to Support Java 8 Language Features in Android

1 view

5 months ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

682 views

11 months ago

The Debug Zone
How to Zip Multiple Lists in Java 8: A Step-by-Step Guide

In this video, we'll explore the powerful features of Java 8 as we dive into the concept of zipping multiple lists. Zipping is a ...

2:45
How to Zip Multiple Lists in Java 8: A Step-by-Step Guide

7 views

8 months ago

The Debug Zone
How to Merge Different Type Maps in Java 8: A Step-by-Step Guide

In this video, we'll explore the powerful capabilities of Java 8 as we dive into the process of merging different types of maps.

1:32
How to Merge Different Type Maps in Java 8: A Step-by-Step Guide

13 views

7 months ago

The Debug Zone
Understanding Java 8 Streams: Adding Specific Class Lists to java.lang.Object

In this video, we delve into the powerful features of Java 8 Streams and explore how they can be utilized to enhance the ...

1:55
Understanding Java 8 Streams: Adding Specific Class Lists to java.lang.Object

0 views

9 months ago

Coding wala Shree
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

... Code on GitHub Code: https://github.com/codingwalashree/codingwalashree-java8-features Got questions? Drop them in the ...

40:44
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

653 views

10 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

Coding wala Shree
Java 25 LTS: 6 Key Features Developers Must Know #JDK25 #Java25 #Java25Features

Java 25 LTS is finally here — and this update brings some of the most practical improvements we've seen in modern Java.

15:33
Java 25 LTS: 6 Key Features Developers Must Know #JDK25 #Java25 #Java25Features

262 views

1 month ago

The Debug Zone
Java 8 Stream findFirst: How to Get the First Element Efficiently

In this video, we delve into the powerful features of Java 8 Streams, focusing specifically on the `findFirst` method. Whether you're ...

1:31
Java 8 Stream findFirst: How to Get the First Element Efficiently

3 views

10 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

9 months ago

The Debug Zone
Java 8 Stream: Convert Map Values to Different Types Easily

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to effortlessly convert map values to different ...

1:29
Java 8 Stream: Convert Map Values to Different Types Easily

1 view

9 months ago

The Debug Zone
Using Java 8 Optional to Avoid Null Checks: A Guide to Cleaner Code

In this video, we explore the powerful features of Java 8's Optional class and how it can help you write cleaner, more robust code.

2:29
Using Java 8 Optional to Avoid Null Checks: A Guide to Cleaner Code

2 views

3 months ago

The Debug Zone
Using Multiple Aggregate Functions with Java 8 Stream API: A Complete Guide

In this video, we dive into the powerful capabilities of Java 8's Stream API, focusing on how to effectively use multiple aggregate ...

2:55
Using Multiple Aggregate Functions with Java 8 Stream API: A Complete Guide

1 view

6 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

7 months ago

Coding wala Shree
Stream API Terminal Operations Explained | forEach, forEachOrdered, count, min, max | PART 6

... Repository: https://github.com/codingwalashree/codingwalashree-java8-features/tree/main/stream-api-demo ✨ Don't forget to ...

28:14
Stream API Terminal Operations Explained | forEach, forEachOrdered, count, min, max | PART 6

233 views

8 months ago

The Debug Zone
How to Filter Nested Objects in Java 8: A Step-by-Step Guide

In this video, we delve into the powerful features of Java 8, focusing on how to effectively filter nested objects. As data structures ...

1:59
How to Filter Nested Objects in Java 8: A Step-by-Step Guide

0 views

9 months ago

The Debug Zone
Java 8 Streams: Handling Elements with Boolean Fields Effectively

In this video, we delve into the powerful features of Java 8 Streams, focusing on how to effectively handle elements with Boolean ...

1:53
Java 8 Streams: Handling Elements with Boolean Fields Effectively

3 views

6 months ago

The Debug Zone
Java 8 Stream: Summing Values for Duplicate Keys in a Map

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to efficiently sum values for duplicate keys in a ...

2:01
Java 8 Stream: Summing Values for Duplicate Keys in a Map

1 view

7 months ago

The Debug Zone
Java 8 Equivalent of Grails Collate Method: Solutions and Alternatives

In this video, we explore the Java 8 equivalent of the Grails Collate method, a powerful tool for merging and manipulating ...

3:11
Java 8 Equivalent of Grails Collate Method: Solutions and Alternatives

2 views

9 months ago

The Debug Zone
Sort a List of Maps by Key Value in Java 8: A Step-by-Step Guide

In this video, we'll explore how to sort a list of maps by key value using Java 8. Whether you're a beginner looking to enhance ...

3:03
Sort a List of Maps by Key Value in Java 8: A Step-by-Step Guide

1 view

10 months ago

The Debug Zone
How to Remove Duplicates from a List in Java 8: A Step-by-Step Guide

In this video, we'll explore a common challenge faced by Java developers: removing duplicates from a list. With the introduction of ...

2:32
How to Remove Duplicates from a List in Java 8: A Step-by-Step Guide

0 views

2 months ago

Coding wala Shree
Sorting with Java Streams: Comparable vs Comparator

... Java 8 Features: https://www.youtube.com/watch?v=meFi5pR-Y4w&list=PL0NAuwT3sREIpmVKgApk2vauQ4zWAenen Core ...

24:54
Sorting with Java Streams: Comparable vs Comparator

460 views

10 months ago

Ingo Kegel
Profiling Java Applications in VS Code with JProfiler

JProfiler now integrates directly into VS Code, bringing the powerful profiling tool into your everyday development workflow. In this ...

4:51
Profiling Java Applications in VS Code with JProfiler

884 views

8 months ago

The Debug Zone
Java 8 Lambda Stream with JsonArray: A Complete Guide and Solutions

In this comprehensive guide, we delve into the powerful features of Java 8, focusing on Lambda expressions and the Stream API, ...

1:53
Java 8 Lambda Stream with JsonArray: A Complete Guide and Solutions

5 views

9 months ago