两种应用系统模式: C/S模式与B/S模式 Web 应用(B/S模式)概述 Web文件、HTML语言、HTTP协议、服务器(Web、应用和数据库) CGI、ASP、PHP、Servlet、JSP等。 Java Web 应用的主要技术: JSP、Servlet等组件,JDBC、JSTL和EL等服务。 Java Web 技术的发展阶段: Servlet、JSP、模型、框架。 MyEclipse 中开发Java Web 应用示例
5.1 definition of stack Definition A stack is a linear list in which insertions and deletions take place at the same end. This end is called the top. The other end of the list is called the bottom. It is also called a LIFO(last-in-first-out) list