ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,825 results

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

Serious about becoming a job-ready developer? Fill out the form, and our team will connect with you to share complete program ...

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

1,552 views

2 weeks ago

LogicStack
Java Stream map() Explained with Real Examples | Java 8 Streams | Transform Objects the Right Way

In this video, we deep dive into the Java Stream map() method and understand how data transformation really works in Java 8 ...

5:51
Java Stream map() Explained with Real Examples | Java 8 Streams | Transform Objects the Right Way

4 views

4 weeks ago

DinaTechy
Java Stream API Interview Questions | Real World Employee Problems Explained | DinaTechy #interview

In this video, we solve real-world Java Stream API interview questions using an Employee example. These are commonly asked ...

4:10
Java Stream API Interview Questions | Real World Employee Problems Explained | DinaTechy #interview

80 views

3 weeks ago

IntelliSkills
Java Stream API & Lambda Expressions | Filter Method Practical Coding Tutorial (Java 8+) | Session 2

Java Stream API and Lambda Expressions are essential skills for modern Java developers. In this practical coding tutorial, we ...

6:22
Java Stream API & Lambda Expressions | Filter Method Practical Coding Tutorial (Java 8+) | Session 2

29 views

10 days ago

LogicStack
Java flatMap Explained Clearly | Java Streams flatMap | flatMap vs map with Examples |Java 8 Streams

In this video, we will understand Java flatMap() in a very simple and practical way. Many Java developers get confused between ...

11:31
Java flatMap Explained Clearly | Java Streams flatMap | flatMap vs map with Examples |Java 8 Streams

0 views

2 weeks ago

LogicStack
Can We Implement Bubble Sort Using Java Streams? | Java 8 Stream Challenge

In this video, we will implement Bubble Sort using the Java Stream API and understand how sorting logic works internally.

4:45
Can We Implement Bubble Sort Using Java Streams? | Java 8 Stream Challenge

0 views

7 hours ago

Durga Software Solutions
Unleashing the Power of Java Streams

In this video, we are unleashing the power of Java Streams in a simple and practical way. Java Streams help you process ...

7:02
Unleashing the Power of Java Streams

43 views

2 days 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

28 views

4 weeks ago

Mike Møller Nielsen
Java Stream Average the right way with IntSummaryStatistics

Join this channel to get access to perks: https://www.youtube.com/channel/UCxWCnBPnLrCBsMg-0TWTzpQ/join Enjoy! :-) Thank ...

12:52
Java Stream Average the right way with IntSummaryStatistics

38 views

3 weeks ago

LogicStack
Java Stream forEach() Explained | Common Mistakes You MUST Avoid

In this video, we deep dive into the Java Stream forEach() method — one of the most misunderstood parts of Java Streams.

8:53
Java Stream forEach() Explained | Common Mistakes You MUST Avoid

18 views

4 weeks ago

Java Simplified
Find Missing Number in Java (5 Best Methods) | Java 8 Stream Interview Question

Welcome to the Java 8 Stream API Interview Coding Series by Java Simplified. In this playlist, we solve real Java interview coding ...

12:04
Find Missing Number in Java (5 Best Methods) | Java 8 Stream Interview Question

13 views

3 days ago

LogicStack
Java Stream Array Sorting (Ascending & Descending) | Java 8 Stream API Tutorial for Beginners

In this Java tutorial, you'll learn how to sort an array in ascending and descending order using Java 8 Streams. Sorting is one of ...

6:23
Java Stream Array Sorting (Ascending & Descending) | Java 8 Stream API Tutorial for Beginners

5 views

3 days ago

TechInterviewNotes
Java Stream API Cheatsheet |Most Asked interview questions |Java8 Streams

Java Stream API Cheatsheet |Most Asked interview questions |Java8 Streams This video gives you a clear Java Stream API ...

4:16
Java Stream API Cheatsheet |Most Asked interview questions |Java8 Streams

12 views

2 weeks ago

Life Skills with Durga Sir
Unleashing the Power of Java Streams

Learn how to use Java Streams and write clean and powerful code. In this video, you will understand how Streams work in Java ...

5:43
Unleashing the Power of Java Streams

0 views

15 hours ago

Software Engineer
Java 8 Features Stream API | Find Min and Max Element Using Streams | Java 8 Features Tutorial

In this video, we will learn how to find the minimum and maximum elements using the Java 8 Stream API. Java 8 introduced ...

4:33
Java 8 Features Stream API | Find Min and Max Element Using Streams | Java 8 Features Tutorial

13 views

12 days ago

LogicStack
Java Stream sorted() Method | Sort Numbers, Strings & Objects | Java Interview

In this video, we'll explore the sorted() method in Java Streams in detail. The sorted() operation is used to sort elements in ...

11:04
Java Stream sorted() Method | Sort Numbers, Strings & Objects | Java Interview

6 views

3 weeks ago

LogicStack
Java Stream reduce() Explained with Examples | Understand Identity, Accumulator & Combiner

In this video, we will deeply understand the Java Stream reduce() method with clear and practical examples. You will learn: • What ...

11:47
Java Stream reduce() Explained with Examples | Understand Identity, Accumulator & Combiner

3 views

3 weeks ago

LogicStack
Java Stream distinct() Explained | Remove Duplicates Easily (With Examples)

In this video, we'll deep dive into the distinct() method in Java Streams. The distinct() operation is used to remove duplicate ...

6:34
Java Stream distinct() Explained | Remove Duplicates Easily (With Examples)

15 views

3 weeks ago

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

Serious about becoming a job-ready developer? Fill out the form, and our team will connect with you to share complete program ...

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

358 views

2 weeks ago

Shristi Tech Academy
Struggling With Nested Data? Flatten It in One Line | Java Streams Day 3

Serious about becoming a job-ready developer? Fill out the form, and our team will connect with you to share complete program ...

16:10
Struggling With Nested Data? Flatten It in One Line | Java Streams Day 3

374 views

2 weeks ago

LogicStack
Java Stream findFirst() vs findAny() | Differences Explained with Examples | Ordered vs Unordered

In this video, we'll clearly explain the difference between findFirst() and findAny() in Java Streams with simple and ...

7:43
Java Stream findFirst() vs findAny() | Differences Explained with Examples | Ordered vs Unordered

2 views

3 weeks ago

Java Simplified
Second Largest Element in Java 8 Streams | 6 Interview-Ready Approaches

java8 #java #javainterview #javainterviewquestionsanswers #javatutorial #javaprogramming java 8 streams second largest ...

12:29
Second Largest Element in Java 8 Streams | 6 Interview-Ready Approaches

56 views

2 weeks ago

LogicStack
Java Stream skip() and limit() | Top N Elements, Pagination & Interview Examples

In this video, we'll explore the limit() and skip() methods in Java Streams with clear, practical examples. These two operations are ...

9:29
Java Stream skip() and limit() | Top N Elements, Pagination & Interview Examples

2 views

3 weeks ago

LogicStack
Java Streams | Find Sum of Elements in a List Using Stream API (with Examples)

In this video, we will learn how to find the sum of elements using the Java Stream API cleanly and efficiently. This video is perfect ...

4:00
Java Streams | Find Sum of Elements in a List Using Stream API (with Examples)

4 views

2 weeks ago

codeWithKhan
LeetCode 1356 | 🔥Sort Integers by Number of 1 Bits | Java Stream API | Easy Bit Manipulation

In today's LeetCode problem (1356), we solve “Sort Integers by The Number of 1 Bits.” Instead of sorting normally, we sort ...

9:39
LeetCode 1356 | 🔥Sort Integers by Number of 1 Bits | Java Stream API | Easy Bit Manipulation

0 views

17 minutes ago