what is the significance of '*' while importing
Answers
Answered by
0
Answer:
* refers to the all the files at that location.
It is used when, we want to use different functionality of the same package.
Explanation:
For example:
com.google.www.*
Then, all the class in the package, com.google.www will be imported.
Similar questions