What is the use of RequestDispatcher in servlet?
Answer Posted / ram
to connect another webapplication in a web application
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why is httpservlet declared abstract?
How the typical servlet code look like ?
What do you mean by scope object and what are its types?
Which are the different ways you can communicate between servlets?
When to use doget() and when dopost()?
What is a cookie What is the difference between session and cookie
What is servlet initializer?
Which is the methods of generated servlet?
What is the dispatcher servlet?
How to notify an object in session when session is invalidated or timed-out?
Which HTTP method is non-idempotent?
What do you mean by filter in servlet?
What do you mean by servlet context?
Write a command to get actual path of a servlet to the server?
What are the two important api's in for servlets?