what is servlet and what you get when we use servlets?

Answer Posted / sheetal

Servlets are modules that extend request/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 database. Servlets are to servers
what applets are to browsers. Unlike applets, however,
servlets have no graphical user interface.

Is This Answer Correct ?    18 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s the use of the servlet wrapper classes??

863


What is the difference between Server and Container?

922


What is called Scriptlet?

845


What is webservlet?

760


How we can get ip address of client in servlet?

762


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

811


Can filter be used as request or response?

752


request parameter how to find whether a parameter exists in the request object?

800


What's the advantages using servlets than using cgi?

756


What do you mean by httpservlet?

788


What is java servlet session?

743


Write a simple servlet program to print the contents of html.

820


What is the difference between CGI and Servlet?

810


Explain web application directory arrangement?

814


What do you mean by httpservlet and how it is different from the genericservlet?

772