Does importing a package imports the subpackages as well? Example: Does importing com.MyTest.* also import com.MyTest.UnitTests.*? Ans. No you will have to import the subpackages explicitly. Importing com.MyTest.* will import classes in the package MyTest only. It will not impor...
See more
Download the Study24x7 App, so you can connect and collaborate.