Explain the methods of request dispatcher in servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is servlet and its life cycle?
Write a program to show the functionality of servlets.
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
how the jsp page can be regenerated?
what happens if we wont use destroy()?
Explain how does JSP handle run-time exceptions?
Define context initialization parameters.
What is the procedure of invoking different servlet in a different application?
What happens, when client requests for server object, which is not yet loaded into the memory?
Is servlet a framework?
Can we use javascript in Servlets?
How can you maintain servlet chaining?