// Question: Write a java program using multithreading for the following: 1. Display all the odd numbers between 1 to n. 2. Display all the prime numbers between 1 to n. [15 M] ...