Is it a good practice to use Asterick(*) in import statement to load multiple packages with single import statement ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. Is it a good practice to use Asterick(*) in import statement to load multiple packages with single import statement ?Core Java
Ans. No, we should be lean in loading only packages which are required. Loading packages which are not being used result in memory overheads.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     import  import packages     Asked in 1 Companies


Related Questions

  What are concepts introduced with Java 5 ?
  Can I import same package/class twice? Will the JVM load the package twice at runtime?
  What is "Import" used for ?
  What is a Static import ?
  Which of the following syntax is correct ?import static java.lang.System.*;or static import java.lang.System.*;
 What does import java.util.* means in java ?
 Why do we need to specify import statement ? Don't you think Java could have been designed in such a way to automatically import everything that's in the class path ?
  Do we need to import java.lang package ?
 Does importing a package imports all its sub packages too ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: