5. Try-catch에서 if 사용 시 오류나는 이유?

김미숙's avatar
Jul 15, 2025
5. Try-catch에서 if 사용 시 오류나는 이유?
notion image
notion image

🛠해결

→ If 조건이 true 일 경우에 model을 return 하는데, 조건이 false일 경우에는 어떻게 해야하는지 없으므로 return null; 이 필요하다
notion image
 
 
Share article

parangdajavous