問題詳情

44 When using Servlet asynchronous API if you want to dispatch the request back to a particularurl - "url" within the same ServletContext which of the following API would you use?
(A) AsyncContext.dispatch();
(B) AsyncContext.dispatch("/url");
(C) AsyncContext.dispatch(servletContext, "/url");
(D) AsyncContext.start(runnable);
(E) RequestDispatcher.forward("/url");F. RequestDispatcher.forward(servletContext, "/url");G. RequestDispatcher.include("/url");

參考答案

無參考答案

內容推薦