통신은 오류나서 try로 묶어줘야된다
PreparedStatement pstmt = conn.prepareStatement(sql); 버퍼대신쓴것
pstmt.executeUpdate(); 내부적으로 commit일어남 pstmt.executeQuery(); commit안일어나지만 결과반환
주소로 실행 http://localhost:8000/db/dbtest/insert.jsp db는 context path