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
What is dispatcher servlet?
What are the two important api's in for servlets?
How to get the current httpsession object?
How will you pass values from HTML page to the servlet?
What is the servletconfig object?
Explain is servlet mapping?
Which java application server is the best?
What is meant by session? Tell me something about httpsession class?
What’s the difference between genericservlet and httpservlet?
What is servlet lazy loading?
Explain web application directory arrangement?
Name the different ways of session tracking.
What methodology can be followed to store more number of objects in a remote server?
How to get the actual path of servlet in server?
What is war file?