Description
Application Programming In Java
Lab Assignment #10
Topic: Multi-threading
1. Write java program to implement two threads such that one thread prints prime numbers from 1 to 10 and other thread prints non-prime numbers from
1 to 10.
Note :- Each thread has a delay of 500 millsecond after printing one number




Reviews
There are no reviews yet.