i just need to know if there is any difference in memory handling between this two statements thank you
1. import java.rmi.RemoteException;
2. import java.rmi.*;
i need to know if the second one loads all the class in the rmi pacake or onlywhat i need. should i put every class file in its own line or should i just use a * thank you.