previous |
start |
next
Servlets
- Servlets are an alternative to JSPs for building web
applications
- JSP pages are actually translated into Servlets
- A servlet is a Java program
- It carries out computations
- And can emit data that is returned to the browser
previous |
start |
next