Hypothetically speaking, couldn't you import all the java classes by using a statement that looks like this:

Code:
import java.*;
I know that you'd never do that because that's too much unecessary space taken up but I was wondering if you could do that. Also if that could work, wouldn't you need a seperate statement for javax classes?