Do the import statements acquire any space on the heap or JVM ? Lets say I have a class which where many java packages are imported, which are not used. So when this class is instantiated, will these unwanted import of packages create any overhead on heap or stack or JVM ?
Asked
Active
Viewed 246 times