Statement   stmt   =   dbConn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY) ;   
报错:
The method createStatement(int, int) is undefined for the type Connection