What Is A Servlet?
- What you get when you cross an applet with a CGI script
- Applet: written in Java, associated with a web page, runs in
client browser
- CGI script: associated with a web server, can interact with web
user, and dynamically create and return web pages
- Servlet: written in Java, performs same function as CGI script,
but with advantages