Answer Posted / abhijitbaji
servlets are the server side component.
it act as a controller.
it is used for request delegation too.
Is This Answer Correct ? | 58 Yes | 4 No |
Post New Answer View All Answers
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
How do you create a cookie using servlet?
What is the web server used for running the Servlets?
How is the get () method different from the post() method?
What exactly is a servlet?
What is dispatcher servlet?
How to create war file?
What is the difference between servlet and jsp?
What is the procedure for initializing a servlet?
What is the capacity the doget can send to the server?
How can you start a jta transaction from a servlet deployed on jboss?
Write a program to show the functionality of servlets.
What is java servlet?
If servlet receives multiple requests, how many objects will it create?
What is the use of servletconfig interface?