About Question enthuware.jwpv6.2.1148 :
Posted: Wed Jun 20, 2012 11:55 am
I believe this question contains an fault:
RequestDispatcher rd = request.getRequestDispatcher("NextServlet");
...
In the doGet() of SecondServlet:
RequestDispatcher rd = request.getRequestDispatcher("NextServlet");
...
In the doGet() of SecondServlet: