what is servlet and what you get when we use servlets?
Answer Posted / ravikiran(aptech mumbai)
servlet is the server side component and executed on any
web/application server.When we make use of servlets we will
get the services provided by the container and multi
threading support
| Is This Answer Correct ? | 38 Yes | 8 No |
Post New Answer View All Answers
What are advantages of servlets over cgi?
Can we refresh servlet in client and server side automatically?
What is the process for chaining servlet?
Why do you use session tracking in httpservlet?
Explain how to improve Servlet Performance?
What is ServletConfig object?
Can we fetch the attributes related to a servlet on a different servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Why are servlets used?
What is the use of servletconfig interface?
What is dispatcher servlet?
What is the difference between the servlets and cgi programs?
What is the use of attribute in servlets?
What are different ways for servlet authentication?
What if we pass negative value in load-on-startup?