If I import a package and won't use the package, what are the consequences of the java application?
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
Above packages are used for my java application, the third package I never used.