jsp期末概念总结
获得Servlet上下文方式一通过GeneticServlet提供的getSerletContext()方式二通过ServletConfig提供的getSerletContext()方式三通过HttpSession提供的getSerletContext()方式四通过FilterConfig提供的getSerletContext()Servlet上下文绑定的数可以被整个应用上的所有组建共享,并且一直可以访问。保证Servlet线程安全
下载地址
用户评论