Multiple choice technology programming languages The java.lang package is always imported by default. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation Java automatically imports the java.lang package in every program, so you never need to write import statements for classes like String, System, Integer, Math, or Object. This is the only package with this special treatment.