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
Why HttpServlet class is declared abstract?
What if we pass negative value in load-on-startup?
What are the functions of the servlet container?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is cookie? Why is cookie used?
What's the servlet interface?
Where do you define dispatcherservlet?
Can we use the constructor, instead of init(), to initialize servlet?
Explain the working of service() method of a servlet.
What are the types of protocols supported by httpservlet ?
How do we go with database connection and log4j integration in servlet?
What is Servlet API used for connecting database?
What is webservlet?
Define context initialization parameters.
What's the difference between servlets and applets?