How to import java.lang.String class in Java?
Answers
Answered by
0
You don't need to import anything from java.lang . It is imported by default. Everything in there is available without a need to explicitly import anything. You don't need to formally import java.lang.String .. would represent being "overly redundant" when reading code
please make me brainlist
Similar questions