1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00

Update J2EE基础知识.md

This commit is contained in:
Snailclimb 2018-08-10 08:24:34 +08:00 committed by GitHub
parent cc3360d62e
commit eed7d15132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
3需要重复编写处理网络协议的代码以及编码这些工作都是非常耗时的。
### Servlet的优点
### Servlet的优点:
1只需要启动一个操作系统进程以及加载一个JVM大大降低了系统的开销