What is the least number of threads that a program must have?

Choose the correct answer

Explanation

Every program requires at least one thread to execute its instructions. Therefore, the minimum number of threads in a program is one.

What is the least number of threads that a program m… — Java concepts and its programming | PakQuizHub