Erstellt von Nathan Hunsdale
vor mehr als 10 Jahre
|
||
What does an import statement enhance for the program?
How?
Importing Classes
It is good to import a package member(java.util.Scanner;), but why is it not good to import the whole package(java.util.*)?
Importing Classes
You can import a utility class and it can be ready to use without declaration because the function is declared internally as ______