What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. import java.net.* versus import java.net.Socket)? Ans. It makes no difference in the generated class files since only the classes that are actually used are referenced by t...
See more
Download the Study24x7 App, so you can connect and collaborate.