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 do you mean by annotations in servlet?
What is the need of servlet filters?
What is the functionality of actionservlet and requestprocessor?
What are some advantages of storing session state in cookies?
Is it good idea to create servlet constructor?
What are the life-cycle methods for a servlet?
What is a deployment descriptor?
How to get the actual path of servlet in server?
Write a program to show the functionality of servlets.
What are the phases of servlet life cycle?
What are the disadvantages of storing session state in cookies?
What are the differences between servlet context vs servlet config?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Explain load on start-up and its importance?
What is the difference between the http servlet and generic servlet?