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

The 'Java Build Path' section in Project Properties allows adding libraries, JARs, and external dependencies to a project's classpath. This is where you configure what libraries your project needs. Option A is for build configurations. Option C is for Javadoc location only.