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 is servlet container. how it works?
Explain in brief the directory structure of a web application?
What are the objects involved when a servlet receives a call from client?
Write a hello world program using servlets.
What are the types of an http request?
Define context initialization parameters.
Explain the differences between jsp and servlet.
Is it good idea to create servlet constructor?
When servlet is loaded?
Explain jsessionid and when is it created?
What is the servletconfig object?
Explain web container.
What are the uses of servlet and what is servlet chaining?
Explain the difference between servlet and cgi?
How do we call one servlet from another servlet?