- 18
- 0
- 约3.21万字
- 约 25页
- 2019-04-16 发布于江西
- 举报
附录一 外文资料原文:
ABOUT JAVA TECHNOLOGY
HYPERLINK /java/jsp/tutorial/index1.htmlServlets and JSP: An Overview
1. What are Java Servlets?
Servlets are Java technologys answer to CGI programming. They are programs that run on a Web server and build Web pages. Building Web pages on the fly is useful (and commonly done) for a number of reasons:
The Web page is based on data submitted by the user. For example the results pages from search engines are generated this way, and programs that process orders for e-commerce sites do this as well.
The data changes frequently. For example, a weather-report or n
原创力文档

文档评论(0)