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. |
|
| ||||
Core Java - Interview Questions and Answers for 'Classpath settings' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. ClassPath is the path where Java looks for class files to resolve the dependencies. For example - If you are using a class "xyz" in your code and have specified the respective import, Where should Java look for the definition of xyz. Java determines using the class path settings. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   classpath   classpath settings Asked in 2 Companies | ||||
Related Questions | ||||
How to display and set the Class path in Unix ? | ||||
What environment variables do I need to set on my machine in order to be able to run Java programs? | ||||
What is a classpath in Java ? | ||||
What is a .classpath file in eclipse ? | ||||
Which environment variables do we need to set in order to run Java programs? | ||||