Introduction to Java Servlets
Previous:
Contents
Up:
Introduction to Java Servlets
Next:
2. How's it different
1. What's a Servlet?
Java class building off javax.servlet package
Extends the capabilites of a web server
Gateway into your application
Introduction to Java Servlets
Previous:
Contents
Up:
Introduction to Java Servlets
Next:
2. How's it different