English 中文(简体)
Servlets - Discussion
  • 时间:2024-09-17

Discuss Servlets


Previous Page Next Page  

Servlets provide a component-based, platform-independent method for building Webbased apppcations, without the performance pmitations 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 use Java Servlets to develop your web based apppcations in simple and easy steps.

Advertisements