Why is every application allowed to use classes system and string without importing them?
Answers
Answered by
0
Answer:
Why is every app allowed to use classes SYSTEM and STRING without first importing them? they are both in package java.lang, which is implicitly imported into every Java source-code file. ... - This prevents it from being accidentally modified by a class in another part of the program.
Answered by
0
Answer:
☑ Why is every app allowed to use classes SYSTEM and STRING without first importing them? they are both in package java.lang, which is implicitly imported into every Java source-code file. ... - This prevents it from being accidentally modified by a class in another part of the program.
Similar questions