What Is a Java Servlet?
1420
18-Dec-2017
Anonymous User
18-Dec-2017A 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.