JAVA技术,try catch方法个人资料整理

执行数据库操作,异常处理方法

catch (SQLException e){
    e.printStackTrace();
   }

你可能感兴趣的:(JAVA技术,try catch方法个人资料整理)