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
What are the differences between the servletconfig interface and the servletcontext interface?
Differentiate between the get and post method
what do you understand by url rewriting?
Servlet is pure java object or not?
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?
How can you run a servlet program?
What are the jobs performed by servlets?
Is servlet a controller?
How do cookies work in servlets?
What are the supporting protocol by HttpServlet ?
How servlets are deployed in java?
What are session variable in servlets?
What is meant by a servlet?
request parameter how to find whether a parameter exists in the request object?
What do you mean by cgi in servlet?