Multiple choice

Which of the following packages are automatically imported into the java source file by the java compiler?

Public Class Test
{
}

  1. Java.lang

  2. Java.awt

  3. The package with no name

  4. Java.*

  5. Both (1) and (3)

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Both option (1) and option (3) are correct, so this is the correct choice.