Java
Programming and Technical
Q. What is servlet?
A. 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.
Read Solution (Total 1)
-
- servlet is a single instance and multiple thread technologies.
- 10 years agoHelpfull: Yes(0) No(0)
Java Other Question