Update README.md

This commit is contained in:
johnA1331 2020-08-20 17:55:27 +08:00 committed by GitHub
parent 7d6e4d2dd4
commit 9b2237b72b
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ This module contains articles about Servlets.
- [Jakarta EE Servlet Exception Handling](https://www.baeldung.com/servlet-exceptions)
- [Context and Servlet Initialization Parameters](https://www.baeldung.com/context-servlet-initialization-param)
- [The Difference between getRequestURI and getPathInfo in HttpServletRequest](https://www.baeldung.com/http-servlet-request-requesturi-pathinfo)
- Difference between request.getSession() and request.getSession(true)
- [Difference between request.getSession() and request.getSession(true)](https://www.baeldung.com/java-request-getsession)