ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

61 results

Java Simplified
Java 8 Streams | Concatenate Two Lists | Stream.concat() with Example

In this video, we learn how to concatenate two lists in Java using Java 8 Streams. We use Stream.concat() to combine two lists ...

13:52
Java 8 Streams | Concatenate Two Lists | Stream.concat() with Example

117 views

3 weeks ago

PrinceAutomationDestination
Sorting of Map Using Stream Java8 | String and Wrapper Classes

Sorting of Map: Sorting of Map can be done based on Keys and Values 1. Prior to Java8 (Without Stream API): Sorting based on ...

18:59
Sorting of Map Using Stream Java8 | String and Wrapper Classes

123 views

2 weeks ago

Shristi Tech Academy
Stop Writing Loops — Use This Advanced Stream Instead | Java Streams Day 1

... #Programming Advanced Java Streams Java Stream API tutorial Java Streams for experienced developers Stream collectors ...

17:58
Stop Writing Loops — Use This Advanced Stream Instead | Java Streams Day 1

726 views

1 day ago

Learn Code With Saurabh
Stream API in Java 8 Interview Questions | Q18 | Find the Second Highest Element in a List

java8 #streamapi #javainterview #codingtutorial #programming Description: In this Java 8 Stream API interview question, learn ...

4:18
Stream API in Java 8 Interview Questions | Q18 | Find the Second Highest Element in a List

37 views

2 weeks ago

Tech Dive with Kosha
Why Java Developers MUST Learn Streams & Lambda  | Write Less, Do More

Modern Java is no longer about long loops and verbose code. If you're a Java developer and not using Streams & Lambda, ...

6:21
Why Java Developers MUST Learn Streams & Lambda | Write Less, Do More

23 views

11 days ago

Naren Java Help Line
Java 8 Streams | map () & flatMap() With Example | By Naren

Java 8 Streams | map () & flatMap() Example | by Naren This tutorial will guide you How & when to use map() and faltMap() ...

9:57
Java 8 Streams | map () & flatMap() With Example | By Naren

43 views

2 weeks ago

Java Simplified
Java Interview Question: Find Duplicates Numbers Using Java 8 Streams (5 Approaches)

This playlist is designed for Java learners, freshers, and experienced developers preparing for technical interviews. You'll learn ...

12:57
Java Interview Question: Find Duplicates Numbers Using Java 8 Streams (5 Approaches)

13 views

7 days ago

Shristi Tech Academy
Stop Calculating Averages Manually — Use This Instead | Java Streams Day 2

... #Programming Advanced Java Streams Java Stream API tutorial Java Streams for experienced developers Stream collectors ...

8:31
Stop Calculating Averages Manually — Use This Instead | Java Streams Day 2

84 views

20 hours ago

Craft In Tech
How to Find Duplicate Elements in a List Using Java Stream API | Java 8 Streams| 2026 Latest Java

In this Java tutorial, you will learn how to find duplicate elements in a list using the Java Stream API. This video explains a clean ...

6:32
How to Find Duplicate Elements in a List Using Java Stream API | Java 8 Streams| 2026 Latest Java

5 views

3 weeks ago

java eplanet
Find Duplicate Elements in Java Using Streams || #java8  || #interviewprograms

n this video, you'll learn how to find duplicate elements in Java using Streams in a clean, modern, and interview-ready way.

4:36
Find Duplicate Elements in Java Using Streams || #java8 || #interviewprograms

86 views

2 weeks ago

Java Simplified
String List to Integer List Conversion Using Java Streams

Welcome to Java Stream API Interview Questions & Real Examples This playlist covers Java 8 Streams, real-world use cases, ...

10:58
String List to Integer List Conversion Using Java Streams

34 views

2 weeks ago

ConquerTheFear
Why Java Streams Were Incomplete Until Java 24 | The Missing Piece | Stream Gatherers Explained

... new addition to the Java Stream API that finally fixes long-standing limitations developers have struggled with since Java 8.

15:03
Why Java Streams Were Incomplete Until Java 24 | The Missing Piece | Stream Gatherers Explained

80 views

3 weeks ago

JavaQue
Java Streams: Find Min & Max from Integer Array

In this video, we learn how to find the minimum and maximum values from an integer array using Java Streams. We cover: ...

18:55
Java Streams: Find Min & Max from Integer Array

4 views

2 weeks ago

Craft In Tech
Java Streams Interview Question: Find First Character Occurrence in a String (2026 Guide)

This approach uses Java 8+ Stream API, making your code clean, functional, and optimized. What you'll learn: How to convert ...

11:12
Java Streams Interview Question: Find First Character Occurrence in a String (2026 Guide)

4 views

2 weeks ago

LogicStack
Java takeWhile() and dropWhile() Explained | Java 8 Streams with Examples | Short-Circuit Operations

In this video, we will understand takeWhile() and dropWhile() in Java Streams with clear and practical examples. takeWhile() and ...

6:05
Java takeWhile() and dropWhile() Explained | Java 8 Streams with Examples | Short-Circuit Operations

0 views

2 days ago

PhilodeX
#13 | Find Longest Word in a String | 2 Ways (Brute Force + Stream API Trick 😱)

We first understand the problem statement and then implement the solution using Java 8 Stream API in a clean and optimized way ...

6:35
#13 | Find Longest Word in a String | 2 Ways (Brute Force + Stream API Trick 😱)

3 views

2 weeks ago

Coding wala Shree
Java Streams: collect() Explained with Examples | Supplier, Accumulator & Combiner | Part 8

In this video, we deep dive into the collect() method in the Java Stream API. This is Part 1 of the collect() discussion, where we ...

14:30
Java Streams: collect() Explained with Examples | Supplier, Accumulator & Combiner | Part 8

57 views

6 days ago

Durga Software Solutions
Mastering Lambda Expressions Streamlining Java Code for Efficiency

Lambda expressions Java Java lambda tutorial Functional programming Java Java 8 features Java streams and lambdas Clean ...

5:51
Mastering Lambda Expressions Streamlining Java Code for Efficiency

152 views

3 weeks ago

CodeToCloudWithMruVedh
Java 8 Features Explained in 10 Minutes | Java 8 Crash Course 🚀

Java8 #JavaCrashCourse #JavaTutorial #LambdaExpressions #StreamAPI #JavaForBeginners #LearnJava #JavaProgramming ...

9:26
Java 8 Features Explained in 10 Minutes | Java 8 Crash Course 🚀

75 views

5 days ago

PrinceAutomationDestination
Natural Sorting of Map of Custom Class Objects  | Using Stream with Comparable Interface

Prior to Java8 (Without Stream API): Sorting based on Keys: Using Tree Map which relies on Key implementing Comparable ...

16:56
Natural Sorting of Map of Custom Class Objects | Using Stream with Comparable Interface

24 views

1 day ago