I was working on a little Java program and was using arrays so I had done:
import java.util.Arrays;
Later I started expanding on what I had
The wildcard imports everything in that package. However, use an IDE like Eclipse and it offers you the possibility to organize the imports.