ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,960,911 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

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
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,750 views

3 years ago

Java
Records Patterns, Performance and Serialization - JEP Café #8

This #JEPCafe discusses JEP 395: Records, released with JDK 16. We start with a short recap on what records are, then discuss ...

15:28
Records Patterns, Performance and Serialization - JEP Café #8

12,571 views

4 years ago

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

JDK 24 was been released on March 18th! Let's quickly go through the 24 JEPs (JDK Enhancement Proposals) that were ...

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

36,081 views

10 months 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,688 views

4 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,122 views

4 months 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,154 views

5 years 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

TalkWithBrian
Java 8 Migration RISKs !!

In this episode, Brian and Dave discuss java 8 migration risks. KEY POINTS: - The longer you wait, the harder migration becomes.

14:27
Java 8 Migration RISKs !!

0 views

6 hours ago

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

The release of JDK 23 is neigh! In this short video we will go over the major changes, the JEPs (JDK Enhancement Proposals), ...

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

46,384 views

1 year ago

Java
Better Java Streams with Gatherers - Inside Java Newscast #57

Java's stream API needs more intermediate operations but instead of implementing some of them, Stream::gather, a new ...

8:56
Better Java Streams with Gatherers - Inside Java Newscast #57

16,665 views

2 years ago

Drunken Engineer
Find First Repeated and Non Repeated Character in a String Using Java8

This video has the solution to find First Repeated and Non Repeated Character in a String Using Java8 One of the best book for ...

8:05
Find First Repeated and Non Repeated Character in a String Using Java8

17,991 views

3 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,568 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 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,991 views

11 years ago

Java
Incremental Evolution, Pattern Switches, Wayland Support - Inside Java Newscast #8

Java #OpenJDK #JDK How the six-month release cadence enabled a more incremental evolution of the Java platform and how ...

9:49
Incremental Evolution, Pattern Switches, Wayland Support - Inside Java Newscast #8

3,258 views

4 years ago

Java
Java 25 Brings 18 JEPs 😱 Inside Java Newscast #92

Java 25 will be released on September 16th. Its feature set has been frozen today and it is impressive: 11 finalized features in ...

12:34
Java 25 Brings 18 JEPs 😱 Inside Java Newscast #92

18,045 views

7 months ago

IroncladLion
Upgrade Starsector for Next-Gen Hardware | Starsector Java 8, vmparams, and settings guide

Subscribe to the channel here: https://www.youtube.com/c/Ironcladlion In this video, we go over several extremely important tools ...

12:05
Upgrade Starsector for Next-Gen Hardware | Starsector Java 8, vmparams, and settings guide

97,525 views

2 years ago

Daniel Persson
Working with time and date in java 8

We look at how we can handle dates in Java 8 and what differs from Java 7 and before. Train big models on real GPUs for less.

17:13
Working with time and date in java 8

2,164 views

8 years ago

Interview Asset
Java 8 Map and FlatMap Difference and Features| Concept and Interview questions | Interview Asset

This video explains Java 8 Map and FlatMap concepts as per Java Documentation and exposes important programming interview ...

8:14
Java 8 Map and FlatMap Difference and Features| Concept and Interview questions | Interview Asset

65 views

3 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

Java
Java 17… more videos, UTF-8 by default in Java 18, Dev.java - Inside Java Newscast #13

With JDK 17 just released, JDK 18 is already well on its way. In this episode, we'll start to look at some features of this upcoming ...

9:48
Java 17… more videos, UTF-8 by default in Java 18, Dev.java - Inside Java Newscast #13

4,384 views

4 years ago

TestArchive
Java 8 for Testers #37 -  Functional Interfaces & Lambda Expressions Explained

Unlock the power of functional programming in Java! This video explores lambda expressions, method references, functional ...

8:16
Java 8 for Testers #37 - Functional Interfaces & Lambda Expressions Explained

18 views

1 year ago