For Servlet we have terms and definitions in 4 topics. The topics are Computer Technology, Computer Virus, Internet and Technology.

See Java Servlet.
See more Computer Technology Terms ...

A Java applet that runs within a Web server environment.
See more Computer Virus Terms ...

A small computer program designed to be add capabilities to a larger piece of server software.
Common examples are "Java servlets", which are small programs written in the Java language and which are added to a web server. Typically a web server that uses Java servlets will have many of them, each one designed to handle a very specific situation, for example one servlet will handle adding items to a "shopping cart", while a different servlet will handle deleting items from the "shopping cart."
See also: Java, Server, Web
See more Internet Terms ...

A servlet is a small program that runs on a server. The term was coined in the context of the Java applet, a small program that is delivered as a separate file along with a Web (HTML) page. Java applets, usually intended for running on a user's computer (as opposed to a server), can provide such services as performing a calculation for a user, or positioning an image based on user interaction.
See more Technology Terms ...
Browse words that start with: