Write a program that creates two thread t1 an t2, where t eatedly (100 times) prints Hello! and t2 repeatedly (100 times) prints Bye!. Between these 100 repe greetings, each thread will sleep for 1000 milliseconds Show transcribed image text Write a program that creates two thread t1 an t2, where t eatedly (100 times) prints Hello! and t2 repeatedly (100 times) prints Bye!. Between these 100 repe greetings, each thread will sleep for
OR
OR