Multiple choice technology platforms and products

Which of the following entries in the Project properties window allow the user to add libraries to the classpath of a particular project?

  1. Builder

  2. Java Build Path

  3. Java Doc Location

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Eclipse, the Java Build Path section in project properties is where you configure libraries and JAR files for the project's classpath. The Builder option configures build order, and Java Doc Location is for API documentation paths.