CodeGym /Java Course /Java Multithreading /Learning to google. How to start another process

Learning to google. How to start another process

Java Multithreading
Level 5 , Lesson 12
Available

"Hi, Amigo! Here are a few topics I suggest you google today:"

  Find the answers to the following questions:
1 What is a ThreadGroup, and why is it necessary?
2 What is a ThreadPool, and why is it necessary?
3 What is a ThreadPoolExecutor, and why is it necessary?
4 What is concurrency?
5 What are atomic types in Java?
6 Why do you need the ThreadLocal class?
7 What is the volatile modifier?
8 What is an Executor?
9 What is the ExecutorService?
10 Why do you need the ScheduledExecutorService?
Comments (3)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
阿狼 Level 32, Zhengzhou, China
19 July 2022
d38
Tom Level 41, San Jose, Sweden
29 March 2021
pretty informative question, google it and learn !
Azja Level 32, Krakow, Poland
26 May 2019
Now I know why you said in Java Core that multithreading is hard topic