The jquery_1_3_2.jar file contains the JQuery Ajax framework in its META-INF/ resources
directory. Where should the jar file be placed inside the web application to ensure the resources it
contains are accessible by clients?
A.
WEB-INF/classes
B.
WEB-INF/jar
C.
WEB-INF/lib
D.
WEB INF/resources
Explanation:
Reference:
http://www.ibm.com/developerworks/websphere/library/techarticles/0112_deboer/deboer.html
(topic: web modules, third paragraph)
C
C
With Servlet 3.0, a JAR placed in WEB-INF/lib has static content from its META-INF/resource directory accessible from the web-context root.
https://blogs.oracle.com/alexismp/entry/web_inf_lib_jar_meta