Question: Question 03: Write a program for the following: 1. Create three child threads with the name first, second and third. 2. Change the priority of
Question 03: Write a program for the following: 1. Create three child threads with the name first, second and third. 2. Change the priority of the threads in the main thread as first with priority 3, second with priority 6 and third with priority 5. 3. Display the name and priority of each thread in the run method. 4. Main thread must wait until the termination of child thread. 5. Output must be in the order of execution threads..
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
