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
What’s the use of the servlet wrapper classes??
What is the difference between Server and Container?
What is called Scriptlet?
What is webservlet?
How we can get ip address of client in servlet?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
Can filter be used as request or response?
request parameter how to find whether a parameter exists in the request object?
What's the advantages using servlets than using cgi?
What do you mean by httpservlet?
What is java servlet session?
Write a simple servlet program to print the contents of html.
What is the difference between CGI and Servlet?
Explain web application directory arrangement?
What do you mean by httpservlet and how it is different from the genericservlet?