질문방
Checked Exception과 Unchecked Exception의 Rollback 관련
공부중중
2021. 12. 22. 22:37
Checked Exception과 Unchecked Exception의 Rollback 차이점
현재 알고 있는 내용 : Checked Exception는 Rollback이 되지않고, Unchecked Exception은 Rollback이 된다.
하지만 Checked Exception과 Unchcked Exception의 Rollback이 되고 안되고의 문제는 단정지을수 없다고 한다.