| 000-150 Exam |
| 000-150 - Exam Information |
| Question of the day |
Which method would be used to call a registered servlet within the same Web application and with the following attributes? Hostname = www.example.com Web Application Context Root = testApp Servlet URI = TestServlet
Answer(s)
getServletConfig().getServletContext().getRequestDispatcher("/TestServlet").forward(req,res);