Servlet概述

【What?】

Servlet其实就是一个特殊的Java类。Servlet的启动和运行由服务器(Tomcat)进行管理。

原文地址:https://www.cnblogs.com/zhzcode/p/9839089.html