what is servlet and what you get when we use servlets?
Answer Posted / someone
servlet acts as a web container in which we can execute the
html data via httprequest.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
How can we perform any action at the time of deploying the project?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What is the purpose of dispatcherservlet properties?
What are session variable in servlets?
What is servlet collaboration?
What are the differences between the servletconfig interface and the servletcontext interface?
How to get the actual path of servlet in server?
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?
Can you use javascript in servlets?
What is servlet used for?
What is a web container and what is its responsibility?
How we can create war file in servlet?
What are the phases of the servlet life cycle?
What are sessions in servlets?