A Java servlet is a java program that is used to extend capabilities of servers that host applications accessed by means of a request-response programming model. Although servlets can respond to any types of requests, the most commonly used to extend the applications hosted by web serves.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
A Java servlet is a java program that is used to extend capabilities of servers that host applications accessed by means of a request-response programming model. Although servlets can respond to any types of requests, the most commonly used to extend the applications hosted by web serves.