ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

885 results

Coding-Config
Java 8 Features - Functional Interface 1|| With AI Tools || Grok || NotebookLM

I explained the concept of Functional Interfaces in Java, which are interfaces that contain only one public abstract method, ...

6:45
Java 8 Features - Functional Interface 1|| With AI Tools || Grok || NotebookLM

64 views

3 weeks ago

Java from scratch
Functional Interface in Java – Java 8 Complete Explanation with Real-World Examples

Github link ...

15:40
Functional Interface in Java – Java 8 Complete Explanation with Real-World Examples

11 views

2 weeks ago

RoboticQA Academy
Java Streams Explained – map, filter, reduce

Java Stream API Java 8 Streams Functional Interface Java Lambda Expression Java Method Reference Java Java Streams ...

57:10
Java Streams Explained – map, filter, reduce

86 views

3 weeks ago

Java from scratch
Predicate Functional Interface in Java 8 | filter(), test(), Real-Time Examples | Java From Scratch

redicate Functional Interface is one of the most important Java 8 functional interfaces, heavily used in Streams, filtering logic, ...

15:20
Predicate Functional Interface in Java 8 | filter(), test(), Real-Time Examples | Java From Scratch

11 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

21 views

7 days ago

PhilodeX
#01 | Functional Interface and Lambda Expression in Java 8 | Explained

Java Functional Interface and Lambda Expression Explained In this video, we learn Functional Interface and Lambda Expression ...

6:02
#01 | Functional Interface and Lambda Expression in Java 8 | Explained

2 views

3 weeks ago

vlogommentary
Understanding Why a Kotlin Lambda Wrapped as a Functional Interface Gets Garbage Collected

Explore why Kotlin lambdas passed to Java methods expecting functional interfaces might be garbage collected when stored as ...

4:36
Understanding Why a Kotlin Lambda Wrapped as a Functional Interface Gets Garbage Collected

0 views

5 days ago

Modding by Kaupenjoe
Hytale & Minecraft Modding Java Introduction (2026) #30: Lambda Expressions

In this Java Tutorial Guide for Minecraft Modding and Hytale Modding, we are looking at Lambda Expressions, Functional ...

38:49
Hytale & Minecraft Modding Java Introduction (2026) #30: Lambda Expressions

937 views

1 month ago

Anees Ahmed
Java 8 Features 1 (Lambda and Functional Interface) by Jafru

Java 8 features introduction and Lambda Expression is Anonymous function and Functional Interface as Single Abstract Method.

48:44
Java 8 Features 1 (Lambda and Functional Interface) by Jafru

78 views

3 weeks ago

The Training Guru
Lambda Expressions in Java with AI / Copilot

In this tutorial, I am teaching you the following: 1. What is lambda expression 2. Simple Example 3. Real use case 4. Generating ...

28:03
Lambda Expressions in Java with AI / Copilot

43 views

3 days ago

Java Guides
What is Functional Programming in Java?

Functional programming in Java is a programming style where you write code using functions as the primary building blocks ...

1:24
What is Functional Programming in Java?

438 views

1 day ago

Durga Software Solutions
Functional Interfaces in Java Practical Applications and Best Practices

Functional Interfaces are the foundation of Lambda expressions and functional programming in Java In this video, we explain ...

5:11
Functional Interfaces in Java Practical Applications and Best Practices

39 views

2 weeks ago

Tpoint Tech Hindi
#53 Functional Interface in Java Part-3 | What is Functional Interface in Java8? Tpoint Tech

📝 Training & Certification: 👉 https://forms.gle/dhZhETccxuQTCBQB9 In this video, you will learn Functional Interface in Java ...

22:36
#53 Functional Interface in Java Part-3 | What is Functional Interface in Java8? Tpoint Tech

63 views

4 weeks ago

GenZ Career
50+ Real & Tricky Java OOPs Interview Questions Asked in MNCs (2–7 Yrs Experience)

Complete Interview Preparation Material: https://topmate.io/genzcareer/930954 Interview Preparation Kit: ...

25:12
50+ Real & Tricky Java OOPs Interview Questions Asked in MNCs (2–7 Yrs Experience)

10,010 views

13 days ago

PhilodeX
#05 | Built-in Functional Interfaces (MUST) | Predicate, Function, Consumer and Supplier | Java 8

Java 8 Built-in Functional Interfaces – Complete Explanation In this video, I explain the four most important built-in functional ...

7:02
#05 | Built-in Functional Interfaces (MUST) | Predicate, Function, Consumer and Supplier | Java 8

5 views

3 weeks ago

CodeToCloudWithMruVedh
Java 8 Features Full Course in 60 Minutes | Theory + Coding Examples #Java8#Java8Features#programs

Java8 #Java8Features #JavaProgramming #javainterview This Java 8 Features – All in One video explains all important Java 8 ...

50:43
Java 8 Features Full Course in 60 Minutes | Theory + Coding Examples #Java8#Java8Features#programs

53 views

12 days ago

Commit And Run
Why Java Lambda Functions Exist (Explained from Scratch)

Java lambda functions can feel strange and confusing — especially if you're coming from pre-Java 8 or learning Java for ...

5:03
Why Java Lambda Functions Exist (Explained from Scratch)

0 views

4 days ago

CodeToCloudWithMruVedh
Java 8 vs Java 11 vs Java 17 vs Java 21 | Java  Features in Detail #Java#Java8#Java11#Java17#Java21

java #JavaProgramming #JavaFeatures 0:00 Introduction 2:00 Java 8 Features 2:10 Lambda Expressions 3:10 Functional ...

2:05:02
Java 8 vs Java 11 vs Java 17 vs Java 21 | Java Features in Detail #Java#Java8#Java11#Java17#Java21

125 views

2 weeks ago

techtutortamil
Java Consumer Interface Explained | Lambda & Consumer Chaining Example

In this tutorial, you will learn how to use the Consumer functional interface in Java with practical examples. We start by explaining ...

11:38
Java Consumer Interface Explained | Lambda & Consumer Chaining Example

23 views

2 weeks ago

VSP Technologies
Java 8 Features | Functional Programming Basics

In this video, we explore Functional Programming in Java, an important concept in Java Fundamentals, introduced mainly in Java ...

10:45
Java 8 Features | Functional Programming Basics

22 views

4 weeks ago

ING Hubs Romania
Own your design - Functional principles vs the framework | Tiberiu Tofan at DevCon - Java

On 5 November 2025, Tiberiu (Tibi) Tofan, software engineer at ING Hubs Romania was one of the speakers at DevCon. Tiberiu ...

31:21
Own your design - Functional principles vs the framework | Tiberiu Tofan at DevCon - Java

83 views

3 weeks ago

realNameHidden
What’s the Use of Default Methods in Interfaces? | Java interview question | java 8

What's the Use of Default Methods in Interfaces? Java interview questions *********************************************** Blog link ...

12:16
What’s the Use of Default Methods in Interfaces? | Java interview question | java 8

17 views

2 weeks ago

Anees Ahmed
Java 8 Features 2 (Built in Functional Interfaces) by Jafru

Functional Interface predefined by java are Predicate, Consumer, Supplier and Function.

1:08:10
Java 8 Features 2 (Built in Functional Interfaces) by Jafru

53 views

3 weeks ago

10xscaleai
Java Lambda Expressions | Filter & Predicate Explained with Examples | Design pattern

In this video, we explain Java Lambda Expressions along with Filter and Predicate in a simple and practical way. Topics ...

1:22:25
Java Lambda Expressions | Filter & Predicate Explained with Examples | Design pattern

18 views

1 month ago

Anees Ahmed
Java 8 Features 3 (Method Reference and Optional) by Jafru

Method Reference Short hand notation of Lambda Expression Optional to avoid Null pointer exceptions.

1:25:13
Java 8 Features 3 (Method Reference and Optional) by Jafru

31 views

3 weeks ago