| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
|
Servlets Summary
|
|
- A Servlet is a Java class that accept a request and generates a response.
- The Servlets that we are interested in are called HttpServlet.
- The HttpServlet accepts HTTP request and generates HTTP response.
- It is important to understand Servlet because they are the underlying implementation of JSPs.
- The correlation between the JSP code and the Servlets code will be pointed throughout this book to deepen
your understanding of JSPs.
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
java servlets, core servlets and jsp, servlet api, servlet engine
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|