Get the row count of the ResultSet Move the pointer to the last row and get the row number rs.last(); int rowCount = rs.getRow(); System.out.println(rowCount);