Importing package and sub packages in JAVA
Does importing package and sub package in JAVA the same? For instance, when we try to import com.MyTest, is it the same as importing com.MyTest.UnitTests?








