Answer Posted / sudarsan
Servlet is an Interface.
It is a server side component.
servlet takes the request from the container and process
the request and send the response to the container.
so container manages the servlet life cycle.
servlet is a controller.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
explain the advantages of servlet life cycle?
What is the difference between servlet and jsp?
When servlet is loaded?
Explain url encoding?
What are the uses of servlets?
What is meant by Servlet? What are the parameters of service method?
How can we achieve transport layer security for our web application?
Explain Action Servlet?
Which interface should be implemented by all servlets?
Why the concept of single thread model interface is used?
What is lazy loading and what is Generic Servlet Class?
How to generate the server side programming and the advantages of it over the other languages?
What are the differences between servlet context vs servlet config?
How can we upload the file to the server using servlet?
What's the advantages using servlets than using cgi?