import classes from same package.,
August 10, 2009 at 9:03 AM
Can you tell me how to import two or more public classes from the same package using a single import statement. like import java.nisha.*; here in the java package i have nisha sub package in which all the classes are present and i want to import all
View All Comments
| View Tutorial