Which of the following is a built-in package in Java?

Choose the correct answer

Explanation

The lang package is a predefined package in Java that is automatically imported. Similarly, util and io are also predefined packages. Therefore, all of these are built-in packages.

Which of the following is a built-in package in Java… — Java concepts and its programming | PakQuizHub