ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

199,827 results

The Dev World - by Sergio Lema
Use the Java 8 Streams EASILY

Introduction to the Java 8 Streams with examples. In this video, I will describe: * the intermediary operations of the Streams; * the ...

15:47
Use the Java 8 Streams EASILY

905 views

5 years ago

Geekific
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

... in Java, and in this video we further expand on this topic by tackling Completable Futures which were introduced in Java 8 and ...

9:30
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

58,675 views

3 years ago

Bro Code
Java lambda λ

java lambda tutorial example explained #java #lambda #tutorial.

18:00
Java lambda λ

120,572 views

5 years ago

Code Junction
Java 8 (Stream API) Interview Ques || How many male and female employees are in the organization ?

java8 #stream #javainterviewquestions Code URL ...

4:12
Java 8 (Stream API) Interview Ques || How many male and female employees are in the organization ?

437 views

2 years ago

Geekific
Functional Interfaces and Lambda Expressions in Java with Examples | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Java 8 brought a ton of ...

15:06
Functional Interfaces and Lambda Expressions in Java with Examples | Geekific

18,145 views

5 years ago

Java
What’s New in Java 25 in 2 Minutes... More or Less - Sip of Java

JDK 25 has been released! Let's quickly review the 18 JEPs (JDK Enhancement Proposals) that were included in the JDK 25 ...

5:10
What’s New in Java 25 in 2 Minutes... More or Less - Sip of Java

30,054 views

4 months ago

Prototype Project
Java 8 tutorial 14 (Streams) - Ways of obtaining a Stream

02:20 How to obtain a Stream from a List? 03:05 How to obtain a Stream from a Map using the entrySet method? 03:20 How to ...

10:03
Java 8 tutorial 14 (Streams) - Ways of obtaining a Stream

14,490 views

11 years ago

Will Tollefson
Java's Lambda Expressions Explained - Java Programming

In this video, we'll talk about lambda expressions in Java as introduced in Java 8 (JDK 1.8). Lambdas are a cool feature of the ...

10:15
Java's Lambda Expressions Explained - Java Programming

6,646 views

2 years ago

Prototype Project
Java 8 tutorial 17 (Streams) - toList, toSet, & toCollection Collectors methods

00:50 How to generate the hashCode and equals methods in Eclipse? 01:10 What is the hashCode and equals methods? 04:50 ...

15:40
Java 8 tutorial 17 (Streams) - toList, toSet, & toCollection Collectors methods

3,990 views

11 years ago

Bro Code
How to accept user input in Java ⌨️【8 minutes】

Java user input scanner #Java #input #scanner import java.util.Scanner; public class Main { public static void main(String[] args) ...

8:02
How to accept user input in Java ⌨️【8 minutes】

259,429 views

5 years ago

Prototype Project
Java 8 tutorial 18 (Streams) - allMatch Stream method

02:00 What is the Java 8 Stream allMatch method? 02:15 What is the Predicate functional interface? 02:30 How to write trace ...

12:34
Java 8 tutorial 18 (Streams) - allMatch Stream method

2,131 views

11 years ago

Prototype Project
Java 8 Tutorial 04 - Predicate functional interface + Generics + Lambda Expressions

01:30 What is the java.util.function.Predicate functional interface? 03:30 What is the java.util.function.Predicate test method? 05:10 ...

13:16
Java 8 Tutorial 04 - Predicate functional interface + Generics + Lambda Expressions

7,289 views

11 years ago

Java
Handling null and upgrading past Java 8 - Inside Java Newscast #7

Java #OpenJDK #JDK Dealing with `null` is never fun, so in this newscast, I explain how to best handle it, what tools can do, and ...

9:37
Handling null and upgrading past Java 8 - Inside Java Newscast #7

5,685 views

4 years ago

JavaBrahman
Java 8 Comparator Tutorial - Part 1

This tutorial on Java 8 Comparators is the first in the series of three tutorials. This part contains - 1. Overview of new methods in ...

18:57
Java 8 Comparator Tutorial - Part 1

402 views

9 years ago

Prototype Project
Java 8 tutorial 15 (Streams) - map, filter, forEach,  & toArray Stream methods

03:10 What is the difference between the stream and parallelStream default methods added to the Collection interface in Java 8?

10:55
Java 8 tutorial 15 (Streams) - map, filter, forEach, & toArray Stream methods

13,040 views

11 years ago

Bro Code
Java String methods 💬

Java String methods tutorial explained #java #string #methods public class Main { public static void main(String[] args) { // String ...

6:18
Java String methods 💬

155,168 views

5 years ago

Debug Agent
Modern Java Course - Baseline Java 8 Lambda and Method References

In this installment of the course we make sure we're all on the same page. Which is Java 8. Do we all understand the core features ...

6:13
Modern Java Course - Baseline Java 8 Lambda and Method References

963 views

3 years ago

Prototype Project
Java 8 Tutorial 12 - Method References

00:10 What are the different types of method references in Java 8? 04:10 What is a Static method reference in Java 8? 05:10 What ...

15:01
Java 8 Tutorial 12 - Method References

3,232 views

11 years ago

Prototype Project
Java 8 Tutorial 08 - UnaryOperator functional interface + Generics + Lambda Expressions

01:20 What is the UnaryOperator functional interface? 02:10 What is the apply method of the UnaryOperator functional interface?

7:35
Java 8 Tutorial 08 - UnaryOperator functional interface + Generics + Lambda Expressions

1,443 views

11 years ago

Prototype Project
Java 8 Tutorial 06 - Function functional interface + Generics + Lambda Expressions

02:00 java.util.function.Function functional interface 03:20 java.util.function.Function apply method 03:40 Java 8 forEach method ...

10:59
Java 8 Tutorial 06 - Function functional interface + Generics + Lambda Expressions

4,349 views

11 years ago

Prototype Project
Java 8 tutorial 13 (replaceAll, sort, forEach, & removeIf  default methods)

01:40 What is a UnaryOperator functional interface? 02:20 What is the List interface (Java 8) replaceAll default method? 03:30 ...

9:19
Java 8 tutorial 13 (replaceAll, sort, forEach, & removeIf default methods)

1,527 views

11 years ago

Prototype Project
Java 8 Tutorial 03 - Lambda Expression + Simple JavaFX App

00:30 How to write a very simple JavaFX application? 01:05 Which JDK is needed in order to write a JavaFX application? 02:00 ...

10:03
Java 8 Tutorial 03 - Lambda Expression + Simple JavaFX App

4,199 views

11 years ago

IntelliJ IDEA, a JetBrains IDE
Creating your first Java application with IntelliJ IDEA

NOTE: This video shows an older version of IntelliJ IDEA and Java. Watch the updated tutorial here ...

13:38
Creating your first Java application with IntelliJ IDEA

920,640 views

5 years ago

Prototype Project
Java 8 Tutorial 19 (Streams) - noneMatch, anyMatch Stream methods

02:10 What is the forEach method of the Stream interface? 02:45 What is the noneMatch method of the Stream interface? 03:40 ...

11:03
Java 8 Tutorial 19 (Streams) - noneMatch, anyMatch Stream methods

3,138 views

11 years ago

Code Junction
default and static method  || Java 8 Interview

java8 #javainterviewquestions difference between default and static methods Advantage of static and default methods can we ...

11:23
default and static method || Java 8 Interview

118 views

2 years ago