Write a Java program to accept number from user and Calculate factorial of given number and Also check whether given number is prime or not. (Use Thread)
Write a Java program to accept number from user and Calculate factorial of given number and Also check whether given numbe…