CodeGym /Courses /Module 2. Java Core /Additional lessons for the level

Additional lessons for the level

Module 2. Java Core
Level 11 , Lesson 5
Available

Multithreading: methods of the Thread class

In this lesson, we'll continue to talk about multithreading. We'll explore the Thread class and how several of its methods work.

Previously, when we studied class methods, we usually just wrote something like: "method name" -> "what the method does". We can't do that for methods of the Thread class :) They have more complex logic that is all but impossible to figure out without several examples.

Selection of articles: Better together: Java and the Thread class

Comments (1)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
Richard Level 44, Heilbronn, Germany
22 April 2025
Could you translate the articles in english or german?