ResultSet rs = stmt.executeQuery("select * from bulletin_board2");

rs.last();

while(rs.previous())

{

//작업

}


rs.last()에서 에러나는데 왜 그럼??