Engineering Full Stack Apps with Java and JavaScript
The following are the complete contents of TestClass.java file. Which packages are automatically imported?
class TestClass{ public static void main(String[] args){ System.out.println("hello"); } }
Select 2 options
A. java.util
B. System
C. java.lang
D. java.io
E. String
F. The package with no name.