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
When servlet object is created?
What do you mean by mime type?
What is servlet api used for conneting database?
What must be implemented by all servlets?
What is webservlet?
Differentiate between the get and post method
What are the uses of servlets?
How can you use a servlet to generate a plain text instead of html?
Why servlet is faster than jsp?
Which java application server is the best?
Given the request path below, which are context path, servlet path and path info?
How can I send user authentication information while making URL Connection?
How do you find out what client machine is making a request to your servlet
What is difference between PrintWriter and ServletOutputStream?
Tell us something about servletconfig interface.