Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
155 results
In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...
682 views
11 months ago
Stream API is an efficient way to interact with any data structure in Java, such as any Collection implementation. These features ...
326 views
3 years ago
You'll also learn how to use Java Streams to perform complex operations on Collections and best practices for choosing the right ...
278 views
2 years ago
This video contains one of the most asked coding questions related to java 8. One of the best book for Interview Questions Top ...
11,405 views
4 years ago
Learning on this video about Java and Microstream, an easy way to create ultrafast applications. Handling the persistence layer is ...
652 views
In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...
179,846 views
1 year ago
shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...
270 views
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,737 views
shorts Jakarta EE is the specification of the enterprise Java. If you're using Spring, Micronaut, or Quarkus, thus, you are using ...
2,146 views
This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.
1,454 views
shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...
341 views
Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...
99 views
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
804 views
This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...
5,928 views
shorts What is AssertJ? Explore the Java test with elegance Fluent API wit Java Test, which is the formula of AssertJ. #Java ...
294 views
Java's Optional API is a powerful tool for avoiding null pointer exceptions and writing more robust code. However, even Optional ...
1,447 views
This stream is pretty different from the other ones. It's relatively informal, and is mostly me hacking together a website for you all to ...
25,330 views
7 years ago
Read more about his onine course: https://www.edx.org/course/automated-software-testing-practical-skills-for-java-developers.
7,952 views
What if instead of building your own mental model of how data flows through your application, you could actually see the data ...
14,226 views
9 years ago
JEP 401 proposes to introduce primitive classes to Java and the JVM - as the name suggests, they're basically classes that ...
1,238 views