Home »
MCQs »
Apache Tapestry MCQs
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?
- src/test/java
- WEB-INF/classes
- src/test/Resources
- /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.