Packages - Wildcard Import
You can also import all classes from a package using the * wildcard:
However, be cautious when using the * wildcard, as it can lead to naming conflicts if multiple packages contain classes with the same name.
You can also import all classes from a package using the * wildcard:
However, be cautious when using the * wildcard, as it can lead to naming conflicts if multiple packages contain classes with the same name.