imports for java - TechRepublic
General discussion
February 10, 2003 at 04:55 PM
tmanavalan

imports for java

by tmanavalan . Updated 23 years, 3 months ago

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.

This discussion is locked

All Comments