Answer Posted / janet
Servlets are modules that extend requests/response-oriented
servers,such as java enabled web servers.
For example, a servlet might be responsible for taking
data in an HTML order-entry form and applying the business
logic used to update a company's order data base.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the servlets and cgi programs?
What is the use of welcome-file-list?
Write a program to show the functionality of servlets.
What are the different methods involved in generic servlet?
How native code can be used in a servlet?
How do I know if java is running on linux?
Which exception is thrown if the servlet is not initialized properly?
What is the life-cycle of servlets?
How can we implement a jsp page?
What do you mean by session tracking?
How can we refresh automatically when new data has entered the database?
What is the use of httpservletrequestwrapper?
Why doesn’t a servlet include main()?
How can you push data from an Applet to a Servlet?
What’s the difference between genericservlet and httpservlet?