In which package can the Thread class be found?

Choose the correct answer

Explanation

The Thread class is part of the java.lang package, which provides fundamental classes essential for Java programming. It is not located in java.util, java.awt, or java.io packages.

In which package can the Thread class be found? — Java concepts and its programming | PakQuizHub