Answer:
A servlet is a Java technology-based Web component, managed by a container called servlet container or servlet engine, that generates dynamic content and interacts with web clients via a request/response paradigm.
Previous Question | Next Question |
When a servlet accepts a call from a client, it receives two objects. What are they? | Why is Servlet so popular? |