Computer Science, asked by vulcandynamite1759, 8 months ago

Why is every application allowed to use classes system and string without importing them?

Answers

Answered by itzBrainlyBoy
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 Anonymous
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