例如这么一个方法[code="java"]public static synchronized Connection getCon() throws Exception{try{Class.forName(dirvername);con.DriverManager.getConnection(url);return con;}catch(SQLException e){System.err.println(e.getMessage());throw e;}}[/code]RT,如果synchronized不加的话,有可能出现哪些场景使程序出错?
添加回答
举报
0/150
提交
取消