How many ways are available to ger RequestDispatcher object?
Answer Posted / venkat
there are two ways.
RequestDispatcher rd=req.getRequestDispatcher("\a.jsp");
RequestDispatcher rd=sc.getRequestDispatcher("\a.jsp");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you define a servlet?
What are the supporting protocol by HttpServlet ?
What is the difference between Servlets and Applets?
Explain Action Servlet?
What is difference between get and post method?
How do you find out what client machine is making a request to your servlet
The code in a finally clause will never fail to execute, right?
Why the concept of single thread model interface is used?
Difference between forward() method and sendredirect() method ?
How do you design microservices?
Why are servlets used?
What is a server side include (ssi)
What do you mean by web applications? Explain web application directory arrangement?
What do you mean by httpservlet?
Explain load on start-up and its importance?