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
300 results
Threads have been part of Java since the beginning. But, the new virtual threads, introduced as prerelease in Java 19, are ...
17,142 views
2 years ago
Java™ 21 is real now. And so are virtual threads. Everyone got excited about them, yet you prefer to keep your Java 8 job forever, ...
119 views
1 year ago
The Loom project delivered its first final version feature with Java 21: virtual threads. We will present the reasons why this ...
1,150 views
Java 20 will preview one of the most anticipated features, virtual threads, and structured concurrency. It rethinks the way ...
337 views
With the advent of Reactive Programming and Virtual Threads, Java developers can scale Java database access using either ...
91 views
Thread in java.
110 views
10 years ago
Simons talk on jPrime'2016 https://2016.jprime.io.
2,159 views
9 years ago
Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...
973 views
9 months ago
Is it better to write "" + 42 or Integer.toString(42)? How much memory can you save if you intern() all of your strings? How can ...
158 views
6 years ago
Details SouJava would like to announce that we'll be pleased to have Bazlur Rahman (@bazlur_rahman) presenting "Creating a ...
491 views
Streamed 3 years ago
Presented by: A N M Bazlur Rahman Project Loom introduces virtual threads, lightweight threads that aim to dramatically reduce ...
71 views
http://jprime.io/nav/article/144.
115 views
8 years ago
How to implement multi threading using Thread class in java. If you are interested to learn Salesforce then please go through ...
134 views
Every so often, you'll read a performance benchmark (of a Java or other application), with bold claims for how well X performs ...
257 views
3 years ago
This video gives an overview of the built-in thread pool and the class CompletableFuture, which are both used in programming ...
160 views
7 years ago
Heinz''s talk at the first edition of the jPrime conference (27.05.2015) From the first version of Java, we have been able to create ...
9,056 views
Hello Everyone , I am Saloni Khobragade , currently pursuing M.Tech(IT) from IIPS , DAVV . This Video is a part of our college ...
752 views
4 years ago
The existing JDBC API leads to blocked threads, threads scheduling and contention; the advent of Java Fibers will alleviate those ...
103 views
introduzione ai thread - classe Thread - Executor service Link alle slide: ...
802 views
5 years ago
This talk gives an overview on profiling in Java using open source tools. It came out of my own efforts to find good material to show ...
1,626 views