Multiple choice technology programming languages What are the implicit packages that need not get imported into a class file? java.object java.io java.lang java.applet Reveal answer Fill a bubble to check yourself C Correct answer Explanation Java automatically imports java.lang, which contains fundamental classes like String, Object, System, Math, and wrapper classes. All other packages (java.io, java.util, etc.) must be explicitly imported.