Which two actions protect a resource file from direct HTTP access within a web application? (Choose two)
In which two locations can library dependencies be defined for a web application? (Choose two)
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?
Given a jar file packaged with three web fragments with names X, Y and Z respectively.Which of the following deployment descriptor, web.xml, snippets correspond to the web fragment processing orders of X, Y, Z?(i) <absolute-ordering><name>X</name><name>Y</name><name>Z</name></absolute-ordering>(ii) <absolute-ordering><name>X</name><name>Y</name></absolute-ordering>(iii) <absolute-ordering></others><name>Y</name><name>Z</name></absolute-ordering>(iv) <absolute-ordering><name>X</name></others><name>Z</name></absolute-ordering>(v) <absolute-ordering><name>X</name><name>Y</name></others></absolute-ordering>
Which defines the welcome files in a web application deployment descriptor?
Which code snippet specifies the metadata for a servlet with:(i) url mapping "/mytest"’(ii) Initial parameter with name "debug" and value "10"’(iii) Support asynchronous operation?