Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Mastering Threads

Posted By: IrGens
Mastering Threads

Mastering Threads
.MP4, AVC, 1920x1080, 25 fps | English, AAC, 2 Ch | 3h 54m | 1.24 GB
Instructor: Dr Heinz M. Kabutz

Let's write a ThreadPool together. First exercise. A sea of scared faces. Is the teacher kidding?

"Mastering Threads" is an intense one day course that starts with the basics of threads. We then look at laws that help us to write correct threaded code. We then go to higher-level constructs that make threading much easier to use. We ends with diagnosing race conditions and deadlocks.

Each section ends with exercises that you can solve to hone your skills as a Java programmers. Some of these exercises (write a ThreadPool) has challenged hundreds of Java programmers. In solving these, we learn how inter-thread communication works. We learn how to keep our classes thread-safe. We also learn about thread states.

We have a detailed walkthrough for each exercise. Furthermore, students can submit their solved exercises to heinz@javaspecialists.eu for marking. This helps in the learning aspect as they get feedback from the instructor.

We use OpenJDK 11 for this course, taking full advantage of the new var syntax. However, programmers with Java 6 or 7 knowledge will also be able to follow.

We are selective on what we cover in this. Our intention was to create a short course that will teach you enough to help you in your every day work. Job interview questions on concurrency should not be hard after this. "Mastering Threads" is an introductory course on the topic of concurrency.


Mastering Threads