ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

400 results

Logic Ladder
Java Interview Question #57: What is a Lambda Expression in Java? | Logic Ladder

In this video, we explain Lambda Expressions from Java 8 — what they are, why they're used, syntax, and a clean example.

1:33
Java Interview Question #57: What is a Lambda Expression in Java? | Logic Ladder

105 views

1 month ago

vlogize
Die Unverzichtbaren Mehrzweck-Open-Source-Bibliotheken, die jeder Java-Programmierer kennen sollte

Entdecken Sie die nützlichsten mehrzweckigen Open-Source-Bibliotheken für die Java-Programmierung, darunter Apache ...

1:32
Die Unverzichtbaren Mehrzweck-Open-Source-Bibliotheken, die jeder Java-Programmierer kennen sollte

0 views

1 month ago

MJ's BACKEND BOOTCAMP
Java 9 Modules Explained in 60s ⚡ Boost Security & Performance!

With Java 9, the Java Platform Module System (JPMS) was introduced, also known as Project Jigsaw. Modules make your code ...

0:49
Java 9 Modules Explained in 60s ⚡ Boost Security & Performance!

406 views

3 weeks ago

Free Audiobooks
Java: 3 books in 1 : Java Basics for Beginners + Java Front End Programming + Java Back End

Listen to this audiobook in full for free on Amazon #ad : https://amzn.to/3KurHkG Title: Java: 3 books in 1 : Java Basics for ...

3:05
Java: 3 books in 1 : Java Basics for Beginners + Java Front End Programming + Java Back End

0 views

12 days ago

akash_hashcode
👉 Java Streams → Convert List to Map using Collectors.toMap()

In this Java Stream reel, you'll learn how to convert a List UserEntity into a Map using Collectors.toMap(). We map: ✓ Key = User ...

1:07
👉 Java Streams → Convert List to Map using Collectors.toMap()

234 views

1 month ago

AVA®
𝗨𝗹𝘁𝗶𝗺𝗮𝘁𝗲 𝗝𝗮𝘃𝗮 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝗮𝗹 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀

New Release! We are thrilled to announce the launch of our latest title — Ultimate Java ...

0:32
𝗨𝗹𝘁𝗶𝗺𝗮𝘁𝗲 𝗝𝗮𝘃𝗮 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝗮𝗹 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀

0 views

2 weeks ago

BVNR
Java Functional Interface explained in 15 seconds!  #Java #Coding#Java 8 features

A Functional Interface is an interface with only one abstract method, used mainly with Lambda Expressions and Streams API in ...

0:21
Java Functional Interface explained in 15 seconds! #Java #Coding#Java 8 features

58 views

2 weeks ago

Free Audiobooks
Java: Java Front End Programming - Andy Vickler

Listen to this audiobook in full for free on Amazon #ad : https://amzn.to/3KurHkG Title: Java: Java Front End Programming Author: ...

3:05
Java: Java Front End Programming - Andy Vickler

0 views

12 days ago

Quick Java Tutorial
Functional Interface in Java #coding #programming #javalanguage #javaprogramming  #java8features

In Java, a functional interface is an interface that contains exactly one abstract method. It is also referred to as a Single Abstract ...

0:57
Functional Interface in Java #coding #programming #javalanguage #javaprogramming #java8features

181 views

3 weeks ago

codewithamod
Find Duplicate Characters in a String Using Java 8 | Stream API Interview Question

In this video, we will learn how to find duplicate characters in a string using Java 8 Stream API. This is a commonly asked Java ...

2:53
Find Duplicate Characters in a String Using Java 8 | Stream API Interview Question

0 views

4 days ago

Java Guides
Can You Throw Any Exception Inside a Lambda Expression’s Body? | Most Asked Java Interview Question

in this video, we will learn how to handle exceptions in lambda expressions in Java and also cover interview question: Can You ...

3:36
Can You Throw Any Exception Inside a Lambda Expression’s Body? | Most Asked Java Interview Question

600 views

4 weeks ago

CodewithDivakar
Can an Interface Be Functional Without @FunctionalInterface? #shorts   #javainterviewquestions

Most developers think @FunctionalInterface is required… but NO! An interface can still be a Functional Interface without the ...

0:36
Can an Interface Be Functional Without @FunctionalInterface? #shorts #javainterviewquestions

269 views

2 weeks ago

CodeToCloud Academy
Functional Interface in Java In Simple Words #javadeveloper

Java #FunctionalInterface #JavaInterview #JavaDeveloper #JavaProgramming #LambdaExpressions #TechShorts ...

0:34
Functional Interface in Java In Simple Words #javadeveloper

267 views

11 days ago

Learn With Shadowasta
Introduction to Cursor IDE for Beginners | Full Guide to AI-Powered Coding

Unlock the future of software development with Agentic Coding — a new workflow where AI agents help you design, build, test, ...

3:56
Introduction to Cursor IDE for Beginners | Full Guide to AI-Powered Coding

10 views

4 weeks ago

CodeCrush
Java Interface + Types — Simplest Explanation (Day 1)

Day 1 of 100 Days • 100 Java Interview Questions In this video, we explain What is an Interface in Java, why interfaces are ...

1:00
Java Interface + Types — Simplest Explanation (Day 1)

6 views

9 days ago

vlogize
Das Verständnis des Zwecks von Lambdas in C#  und Java

Erfahren Sie, warum `Lambdas` in C# und Java verwendet werden, einschließlich praktischer Beispiele und Vergleiche.

1:36
Das Verständnis des Zwecks von Lambdas in C# und Java

0 views

3 weeks ago

Ashok IT
Java Stream API Tutorial – Grouping Employees by Department | Must-Know Interview Topic | Ashok IT

Group Employees by Department using Java Stream API Grouping data is one of the most common operations in real-time ...

3:15
Java Stream API Tutorial – Grouping Employees by Department | Must-Know Interview Topic | Ashok IT

358 views

13 days ago

UrbanPro for Learners - Book a Free Demo
IT Professional Trainer with 20+ years of experience in Enterprise Java in Kothrud, Pu... - Anand J.

I worked in IBM USA in product development in Java, worked as an architect in Cognizant and Persistent Systems, know Java ...

1:43
IT Professional Trainer with 20+ years of experience in Enterprise Java in Kothrud, Pu... - Anand J.

0 views

2 weeks ago

The Debug Zone
How to Validate Two Specific Elements in a Java 8 Stream

... examples and best practices to ensure your data meets the necessary criteria using Java's functional programming features.

1:54
How to Validate Two Specific Elements in a Java 8 Stream

0 views

10 days ago

The Debug Zone
Understanding Java 8 Stream Map: How It Works and Common Use Cases

Related to: #java8, #streamapi, #streammap, #javastreams, #functionalprogramming, #java8features, #dataprocessing, ...

1:55
Understanding Java 8 Stream Map: How It Works and Common Use Cases

0 views

3 weeks ago