![]() |
![]() |
|
02158 Concurrent Programming Fall 2024 |
Mini Lab 1: Java Threads |
Home | Plan | Material |
To get a first experience with concurrent Java threads.
See the note about processes and threads [Proc 4] for a description of threads in Java.
You should make sure that the main thread (``Uncle Donald'') waits for the nephews to stop shouting [hint: use join()].
Are the execution patterns different from before? If so, try to explain why.
Enjoy!
Hans Henrik Løvengreen, Sep 6, 2024 |