Importing classes
Does importing all classes make my file larger?
# 3
Importing classes is just a shorhand. The code is the same whether you import a class, or use a fully-qualified name.But you can't, realistically, import "all classes" because there are so many packages and, worse, some classes in different packages have the same name.