Explain request dispatcher and its methods.
No Answer is Posted For this Question
Be the First to Post Answer
How do you communicate in between Applets and Servlets?
Which interface must be implemented by all servlets?
What if you need to span your transaction across multiple servlet invocations?
Write a simple servlet program to print the contents of html.
Difference between GET and POST?
What is the difference between encodeRedirectUrl and encodeURL?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
Name the servers that can be used to develope and deploy Servlets?
Explain web container.
What is Single Threaded Model in Servlets? Explain this with an example?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
Difference between Include, Forward and sendRedirect in Servlet?