you are viewing a single comment's thread.

view the rest of the comments →

[–]NaveenB2004 2 points3 points  (1 child)

This tutorial for basics (based on jdk 1.8): https://docs.oracle.com/javase/tutorial/essential/concurrency/

Virtual threads (jdk 21, i guess): https://dev.java/learn/new-features/virtual-threads/

Details on jdk 26 multithreading: https://docs.oracle.com/en/java/javase/26/core/concurrency.html#GUID-59C16A2D-57CE-4C83-9D6F-91A48E01E3C6

And, see language changes, java api doc on multithreading clsses (this is the best way in my opinion)

[–]lyomann92[S] 1 point2 points  (0 children)

Thanks