Does anyone know if it makes any kind of difference if you use "*" in your
import statements like:
import java.util.*;
 vs.
 import java.util.Collection;
 Is one better than the other? Does one take longer than the other when
compiling/executing?
 Thanks,
NG.

Reply via email to