为什么数据库操作完后不关闭conn,但是如果在每个方法写关闭连接,下一个方法执行出错
不明白为什么没有关闭数据库连接,这样数据库连接不会一直不释放吗?
可是我试着在每一个查询事务后写关闭数据库连接语句,报错。求解答。
SEVERE: Servlet.service() for servlet [jsp] in context with path [/JSPShoppingCart] threw exception [java.lang.NullPointerException] with root cause
java.lang.NullPointerException