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
194 results
Java GenAI libraries are getting more mature every day. It is now incredibly easy to spin up a Spring AI "Hello World" example and ...
38 views
1 month ago
Do sealed interfaces in Java enable any specific JVM optimisations, or are they purely a compile‑tim ✧ I really hope you found a ...
0 views
2 weeks ago
Source: https://stackoverflow.com/questions/79942223 Question Author: - benrush https://stackoverflow.com/users/21010464 ...
Learn the Facade design pattern by building a Home Theater system in Java—turn a tangled mess of subsystem calls into one ...
6 views
Staying up to date with modern Java can feel overwhelming. If you don't have any experience with Java since Java 8 (or at all), ...
148 views
When running Java at scale, the JVM startup time can become a limitation. Especially when you look at spinning up new ...
48 views
Java 26, released on March 17, 2026, includes 10 JEPs (5 finalised, 4 in preview and 1 incubator). For the March Meetup, ...
28 views
3 weeks ago
java day 24.
1 day ago
As Java enters the AI era, developers seek ways to run high-performance machine learning workloads without leaving the JVM.
99 views
How to resolve an interface and use it in the class using Autofac? Helpful? Please use the *Thanks* button above! Or, thank me ...
3 views
File Browser GUI (3 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is licensed under CC ...
2 views
Does the Hashtable implement every method in the Map interface? Helpful? Please use the *Thanks* button above! Or, thank me ...
7 views
With the spread of multicore processors, parallel programming has become unavoidable. That's why the essential principles of ...
57 views
Every Jakarta EE specification consists of three core parts: an API describing the Java interface, a written specification contract ...
39 views
4 weeks ago
Learn how the Chain of Responsibility design pattern passes a request along a chain of handlers until one handles it—using a ...
5 views
Tired of tangled if/else chains that break every time you add a new mode? The State pattern lets an object change its behavior ...
16 views
Source: https://stackoverflow.com/questions/79873770 Question Author: - Kube https://stackoverflow.com/users/27194624 Answer ...
4 views
Ever written a loop that breaks the moment you swap an array for a linked list? The Iterator pattern fixes that by letting you walk ...
Transient inside an interface Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
13 views
Asynchronous programming is often presented as a modern invention - reactive streams, CompletableFuture, and now virtual ...
133 views