多项选择题
A.At deploy time, Java EE containers add a directory called META-INF directly into the MyApp directory.
B.At deploy time, Java EE containers add a file called MANIFEST.MF directly into the MyApp directory.
C.It can instruct your Java EE container to verify, at deploy time, whether you have properly configured your application’s classes.
D.At deploy time, Java EE containers add a directory call META-WAR directly into the MyApp directory.
单项选择题 Servlet A forwarded a request to servlet B using the forward method of RequestDispatcher. What attributein B’s request object contains the URI of the original request received by servlet A?()
单项选择题 Given a Filter class definition with this method: 21.public void doFilter(ServletRequest request, 22.ServletResponse response, 23.FilterChain chain) 24.throws ServletException, IOException { 25.// insert code here26. } Which should you insert at line 25 to properly invoke the next filter in the chain,or the target servlet if thereare no more filters?()
单项选择题 Click the Exhibit button. Given the web application deployment descriptor elements: 11. 12.ParamAdder 13.com.example.ParamAdder 14.... 31. 32.ParamAdder 33.Destination 34.... 55. 56.Destination 57./dest/Destination 58. What is the result of a client request of the Source servlet with no query string?()