ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

141 results

ManishJavaTechHub
Capgemini Java Developer Real Interview Core Java And Java8 Coding Questions & SQL Query

Capgemini Java Developer interview with key coding challenges and SQL queries! Learn to group strings by length, find max ...

20:52
Capgemini Java Developer Real Interview Core Java And Java8 Coding Questions & SQL Query

345 views

11 months ago

ManishJavaTechHub
Java Developer & SQL Interview Coding Questions | asked were at Cognizant

Cognizant Java Developer Real Interview Core Java And Java8 Coding Questions & SQL Query Cognizant Java Developer ...

13:02
Java Developer & SQL Interview Coding Questions | asked were at Cognizant

490 views

11 months ago

ManishJavaTechHub
Java Developer & SQL Interview Coding Questions | asked were at Societe Generale & Hardwin Software.

Interview Coding Questions SQL Query: Find the unique departments where the average salary is greater than 70000.

32:06
Java Developer & SQL Interview Coding Questions | asked were at Societe Generale & Hardwin Software.

468 views

11 months ago

NaveenSaiRockstar
Part 3 Java Developer Live – Part 3 | Real-Time Coding + Interview Prep 2025

Welcome to Java Developer LIVE – Part 3! In today's session, we will continue learning real-time Java concepts, coding ...

9:22:27
Part 3 Java Developer Live – Part 3 | Real-Time Coding + Interview Prep 2025

12 views

Streamed 1 month ago

Peter Schneider
Softwareengineering: Passing a Scala function to a Java 8 method

Passing a Scala function to a Java 8 method I hope you found a solution that worked for you :) The Content is licensed under ...

2:35
Softwareengineering: Passing a Scala function to a Java 8 method

6 views

5 months ago

Coding wala Shree
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

Master Java Streams in Java 8 with real-world examples! In this video, we explore four powerful Java Stream API methods: ...

40:44
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

653 views

10 months ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

682 views

11 months ago

The Coding Gopher
Just-In-Time (JIT) Compilers Explained

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher Business Inquiries & Partnerships: ...

8:58
Just-In-Time (JIT) Compilers Explained

59,581 views

7 months ago

Peter Schneider
Codereview: Arranging 8 queens on an 8x8 board

Arranging 8 queens on an 8x8 board I hope you found a solution that worked for you :) The Content is licensed under ...

4:28
Codereview: Arranging 8 queens on an 8x8 board

0 views

9 months ago

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

In this video, we dive into the powerful features of Java 8's Stream API, focusing specifically on the `map` function. You'll learn ...

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

0 views

1 month ago

Roel Van de Paar
Java 8 Streams - Map Multiple Object of same type to a list using streams (2 Solutions!!)

Java 8 Streams - Map Multiple Object of same type to a list using streams Helpful? Please use the *Thanks* button above!

1:52
Java 8 Streams - Map Multiple Object of same type to a list using streams (2 Solutions!!)

51 views

5 months ago

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

In this video, we delve into the powerful capabilities of Java 8 Streams, focusing on how to effectively validate two specific ...

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

0 views

1 month ago

Peter Schneider
Codereview: Echo server with CompletableFuture

Echo server with CompletableFuture I hope you found a solution that worked for you :) The Content is licensed under ...

4:59
Codereview: Echo server with CompletableFuture

1 view

7 months ago

Peter Schneider
Is there a concise way to iterate over a stream with indices in Java 8?

Is there a concise way to iterate over a stream with indices in Java 8? I hope you found a solution that worked for you :) The ...

4:45
Is there a concise way to iterate over a stream with indices in Java 8?

7 views

5 months ago

Sophia Wagner
Codereview: Map constructor utility class in Java 8

Map constructor utility class in Java 8 Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

2:49
Codereview: Map constructor utility class in Java 8

124 views

3 months ago

Peter Schneider
Gis: Making a GeoTIFF with Java8 and geotools 28 -- longitude should be negative

Making a GeoTIFF with Java8 and geotools 28 -- longitude should be negative I hope you found a solution that worked for you ...

2:39
Gis: Making a GeoTIFF with Java8 and geotools 28 -- longitude should be negative

1 view

9 months ago

The Debug Zone
Java 8 Type Inference Error: Assigning Lambda Expression to Object Variable

In this video, we delve into a common pitfall encountered in Java 8: the type inference error that arises when assigning lambda ...

1:55
Java 8 Type Inference Error: Assigning Lambda Expression to Object Variable

0 views

2 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

479,821 views

8 months ago

The Debug Zone
Java 8 Supplier vs Constructor: Understanding Functional Interfaces in Java

In this video, we dive into the world of Java 8 functional interfaces, focusing on the key differences between Suppliers and ...

2:11
Java 8 Supplier vs Constructor: Understanding Functional Interfaces in Java

0 views

2 months ago

The Debug Zone
How to Find Maximum Value in a BigDecimal List Using Java 8 Streams

In this video, we'll explore how to efficiently find the maximum value in a list of BigDecimal numbers using Java 8 Streams.

1:31
How to Find Maximum Value in a BigDecimal List Using Java 8 Streams

0 views

1 month ago

Tech India Make India
Print Even & Odd with IntStream & Method Reference

Welcome to this Java 8 tutorial where we explore how to print even and odd numbers using the Stream API, IntStream, forEach, ...

8:10
Print Even & Odd with IntStream & Method Reference

38 views

6 months ago

The Debug Zone
Understanding Java 8 Optional: Final Implementation and No Some/None Hierarchy

In this video, we delve into the concept of Java 8's Optional, a powerful feature designed to help developers handle null values ...

1:45
Understanding Java 8 Optional: Final Implementation and No Some/None Hierarchy

0 views

1 month ago

The Debug Zone
Java 8 Sort by Multiple Fields: A Guide to Sorting with Two Criteria

Join us as we explore practical examples and best practices to enhance your Java programming skills! Today's Topic: Java 8 Sort ...

1:47
Java 8 Sort by Multiple Fields: A Guide to Sorting with Two Criteria

4 views

2 months ago

The Debug Zone
Fixing java.lang.OutOfMemoryError: Metaspace After Migrating to Java 8

In this video, we delve into a common challenge faced by developers after migrating to Java 8: the dreaded `java.lang.

1:31
Fixing java.lang.OutOfMemoryError: Metaspace After Migrating to Java 8

2 views

4 weeks ago

Interview DOT
Habits of High Performing Software Engineer Calm Under Crisis, Dont Wait for Perfect| InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Habits of ...

1:48
Habits of High Performing Software Engineer Calm Under Crisis, Dont Wait for Perfect| InterviewDOT

60 views

9 months ago