Servlets Tutorial
- Servlets - Useful ResourcesThe following resources contain additional information on Servlets. Please use them to get more in-depth knowledge on this topic.
- Discuss ServletsServlets provide a component-based, platform-independent method for building Webbased applications, without the performance limitations of CGI programs. Servlets have access to the entire family of Java APIs, including the JDBC API to access enterprise databases. This tutorial will teach you how to
- Servlets - AnnotationsSo far, you have learnt how Servlet uses the deployment descriptor (web.xml file) for deploying your application into a web server. Servlet API 3.0 has introduced a new package called javax.servlet.annotation. It provides annotation types which can be used for annotating a servlet class. If you use
- Servlets - Questions and AnswersServlets Questions and Answers has been designed with a special intention of helping students and professionals preparing for various Certification Exams and Job Interviews. This section provides a useful collection of sample Interview Questions and Multiple Choice Questions (MCQs) and their answer
- Servlets - Quick GuideJava Servlets are programs that run on a Web or Application server and act as a middle layer between a requests coming from a Web browser or other HTTP client and databases or applications on the HTTP server.
- Servlets - InternationalizationBefore we proceed, let me explain three important terms ?
Page 1 / 7Next