English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-03 22:13:49 · 3 answers · asked by TRAN M 1 in Computers & Internet Programming & Design

3 answers

Servlet - run on the server side, can send information back to the client. For examples, tutorials, and further information I suggest you go to:

http://tomcat.apache.org/download-55.cgi

and get Apache Tomcat. It is a webserver capable of running Servlets (as well as JSP) and it comes with many examples. It's also completely free.

2006-08-04 06:15:26 · answer #1 · answered by boris 5 · 0 0

A Servlet is a Java program that runs on a server sending information to the client computer.

2006-08-04 05:25:49 · answer #2 · answered by AnalProgrammer 7 · 0 0

java program running on the server side, you can send information to this programs and they can handle it on the server side for you.

good luck

2006-08-04 08:30:45 · answer #3 · answered by mdy 2 · 0 0

fedest.com, questions and answers