The document contains a Java program demonstrating multithreading with a main thread and a child thread. The main thread counts down from 5, while the child thread also counts down from 5 at a different interval. Both threads print their respective counts and handle interruptions appropriately.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views
LABMANUAL_p7_1
The document contains a Java program demonstrating multithreading with a main thread and a child thread. The main thread counts down from 5, while the child thread also counts down from 5 at a different interval. Both threads print their respective counts and handle interruptions appropriately.