All of a web application's static resources, like images, style sheets, and JavaScript libraries/modules, are often stored in which of the following subdirectory?

14. All of a web application's static resources, like images, style sheets, and JavaScript libraries/modules, are often stored in which of the following subdirectory?

  1. src/test/java
  2. WEB-INF/classes
  3. src/test/Resources
  4. /src/main/webapp

Answer: D) /src/main/webapp

Explanation:

All of a web application's static resources, like images, style sheets, and JavaScript libraries/modules, are often stored under the /src/main/webapp subdirectory.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.