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. |
|
| ||||
Interview Questions and Answers | ||||
| ||||
Ans. java.lang | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java.lang  import statement basic | ||||
Related Questions | ||||
What does import java.util.* means in java ? | ||||
Is it a good practice to use Asterick(*) in import statement to load multiple packages with single import statement ? | ||||
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 ? | ||||
What is the problem we could face if we be very liberal with importing classes even if we are not using them ? For example import java.util.*; import java.io.*; | ||||