servlet2
what is return type of getParameterValues() method?
View Answers
Related Tutorials/Questions & Answers:
servlet2servlet2 what is return type of getParameterValues() method
Advertisements
Servlet & Jsp - Java Interview Questions*;
import javax.servlet.http.*;
public class
Servlet2 extends HttpServlet{
public...(destination));
}
}
}
3)Servlet mapping in web.xml:
Servlet2
Servlet2
Servlet2
/
Servlet2
Thanks
Computer - JSP-Interview Questions to
Servlet2
if(mode != null && mode.equals("forward...).forward(req, res);
}
// Including response from
Servlet2
if(mode != null... to
Servlet2
if(mode != null && mode.equals("forward")) {
req.setAttribute
Variables in a Servlet - JSP-Servlet redirected to another
servlet2. I want to use same variables(i.e., the value in x) I used in servlet1 in the new one(
servlet2). How should i declare inorder