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
419 results
In the realm of Java programming, understanding memory management and garbage collection mechanisms cannot only be ...
34 views
5 days ago
Java GenAI libraries are getting more mature every day. It is now incredibly easy to spin up a Spring AI "Hello World" example and ...
37 views
Check out my C course here (June sale): ...
17,183 views
2 days ago
With the spread of multicore processors, parallel programming has become unavoidable. That's why the essential principles of ...
39 views
Learn how the Chain of Responsibility design pattern passes a request along a chain of handlers until one handles it—using a ...
5 views
4 days ago
Many of us have significant experience in Java. Yet, from time to time, we get tripped up by some code that we quite did not expect ...
41 views
Unable to run Java program from Windows XP command line - ClassNotFoundException Helpful? Please use the *Thanks* button ...
0 views
3 days ago
... building GPU-accelerated AI libraries natively in Java using TornadoVM, a framework that transparently offloads Java programs ...
76 views
Passing arguments form java program to bash script that call another java programa with the arguments Helpful? Please use the ...
7 days ago
Asynchronous programming is often presented as a modern invention - reactive streams, CompletableFuture, and now virtual ...
108 views
Algorithm & Flowchart to Coding (Java & Python) | Class 8 Computer Science Welcome to Class 8 Computer Science!
35 views
Streamed 1 day ago
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), ...
96 views
Is your AI-generated code actually secure? Discover the critical flaws in LLM-generated Java applications and learn how to fix ...
21 views
When your Java application is slow, you need to use a Java profiler. Before JDK 25, the built-in Java profiler only allowed you to ...
Learn the Facade design pattern by building a Home Theater system in Java—turn a tangled mess of subsystem calls into one ...
3 views
6 days ago
Since the beginning of Java we're used to dealing with NullPointerExceptions. We tried to prevent `null` references using project ...
13 views
Compilation error in a program of java Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
1 view
11 hours ago
Project Valhalla introduces value types into the Java language and virtual machine. Value types can be more efficient since they ...
33 views
Running Java program from Batch script with correct number of arguments Helpful? Please use the *Thanks* button above!
Building agents that actually work, ones that plan, reason, use tools, ask clarifying questions, and collaborate with other agents, ...