Answer Posted / shakir khan`
Servlets are java technology answer to Common Gateway
Interface(CGI).They are programs that run on a webserver
and bulid webpages.
Servlet is a java object that receives a request as
input,parses its data,performs some logic and issues
response back to the client.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between sendredirect and forward methods
What is the inter-servlet communication?
What is Client-Server Computing?
How do we call one servlet from another servlet?
Explain jsessionid?
Why servlet is used as controller ? Not JSP? I want complete explation?
What are the phases of servlet life cycle?
List out difference between a JavaBean from a Servlet?
What is the difference between portlet and servlet?
What is a servlet context?
What are the ways to handle multi-threading in servlets?
Explain request dispatcher and its methods.
What is java servlet?
What do you mean by interservlet communication?
Why is http protocol called as a stateless protocol?