CodeGym /Courses /Java Multithreading /Useful links from the Professor — 27

Useful links from the Professor — 27

Java Multithreading
Level 7 , Lesson 12
Available

"Well, hello Amigo! I hope you don't have any grandiose plans for the evening, because I have found a sensible selection of materials on multithreading for your enjoyment.

Better together: Java and the Thread class.

Part I — Threads of execution. Multithreading was built into Java from the very beginning. Let's first recall where threads come from and how they are organized.

Part 2 — Synchronization. This article is dedicated to the basic means of synchronization between threads. We'll explore monitors, locks, and synchronization.

Part 3 — Interaction. An overview of the particulars of how threads interact. We'll explore the problems that may arise as threads interact, and we'll talk about how to avoid them.

Part 4 — Callable, Future, and friends. This part will explain how to work with multithreaded calculations and what relevant tools appeared in Java 1.8. Why do we need the Future interface and its implementation in the CompletableFuture class?

Part V — Executor, ThreadPool, Fork/Join. Here we will try to remember Executor, thread pools, and the fork/join framework. You will learn how to use all this and what else you should read.

Part 6 — Fire away! In the final part, we will consider the synchronization mechanisms available in Java and summarize."

Comments (10)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
FelixUjo Level 35, Gijón, Spain
13 April 2024
Me es imposible asimilar todo esto.
catalin1989 Level 37, Romania
24 February 2024
Didn't understand all of the information, but I can say that after reading all of the articles and the links in the article I know more about threads, than I knew before.
Justin Smith Level 41, Greenfield, USA, United States
9 April 2022
I was okay until Part 4, didn't understand that or Part 5 or Part 6.The use of lambdas when we haven't been taught that yet is really confusing. Tried to look it up on my own but I don't get it.
Ibrahim Level 41, Sheffield, United Kingdom
5 March 2022
My brain was cooked after reading all these articles.
Thành Black Level 49, Hanoi
20 November 2021
Does anyone can't understand anything like me?🤣🤣🤣
Shilpa nori Level 34, Rochester, United States
1 April 2021
so much information!
WIDMO Level 25, Gdańsk, Poland Expert
24 July 2020
Damm, after reading all this stuff my brain is melting and I have to rest. Do you also need time to sort it out in your heads or am I the only one who need that?
Henrique Level 41, São Paulo, Brazil
11 August 2020
I think it's normal to feel that way after spending so many neurons reading complex things and doing difficult tasks. We grasp things better if we rest.
7 May 2020
The Professor noted all the jokes we wrote previously and threw us a monster-huge stuff )
7 May 2020
Mind melting articles so far...