What is a servlet?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a servlet?
Rating:
A servlet is a small Java program that runs within a Web server. It is a server-side programming language used to fulfill clients' requests. A request can be a static page such as an HTML file, or a dynamic request such as a form submitted. All servlets must implement the Servlet interface.
Rating:
Was this information helpful?
Other articles
- What is DIGEST authentication?
- What is session timeout?
- What is the _jspService() method?
- What is the <jsp:forward> standard action?
- What is the getAttribute() method of the HttpSession interface?