`
liu0107613
  • 浏览: 71982 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

a simple java interview question (2)

    博客分类:
  • java
阅读更多

Please check the following java code ,and give the problem .

 

public class DbTest{

 

  private Connection connect=null;

    

  public void test(){
    

     try{

       connect =ConnectManager.getConnection();

       Statement stat=connect.createSatement();

       stat.execute("delete  from test");

     }catch (Exception e){

         e.printStackTrace();

      } 

 

 }

 

}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics