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大大降低了系统的开销
@ -235,7 +235,7 @@ JSP中的四种作用域包括page、request、session和application具体来
说明如果将JSP或Servlet设置成单线程工作模式会导致每个请求创建一个Servlet实例这种实践将导致严重的性能问题服务器的内存压力很大还会导致频繁的垃圾回收所以通常情况下并不会这么做。
##实现会话跟踪的技术有哪些
## 实现会话跟踪的技术有哪些
1. **使用Cookie**
向客户端发送Cookie