jsp工程rs.close报错
答案:2 悬赏:20 手机版
解决时间 2021-11-11 07:45
- 提问者网友:嗝是迷路的屁
- 2021-11-11 01:04
jsp工程rs.close报错
最佳答案
- 五星知识达人网友:蕴藏春秋
- 2021-11-11 01:52
finally里面关闭前先判断一下是不是空。
finally{
try{
if(conn!=null){
conn.close();
}
if(stmt!=null){
stmt.close();
}
if(rs!=null){
rs.close();
}
}catch( SQLException e)
{
}
}
finally{
try{
if(conn!=null){
conn.close();
}
if(stmt!=null){
stmt.close();
}
if(rs!=null){
rs.close();
}
}catch( SQLException e)
{
}
}
全部回答
- 1楼网友:廢物販賣機
- 2021-11-11 03:08
空指针异常,登录的时候没有获取到数据追问那我应该怎么解决?追答私信吧
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯