Which HTTP status code is typically returned when an exception is thrown but not caught in a Spring Boot application?
1
200 OK
2
404 Not Found
3
500 Internal Server Error
4
403 Forbidden
Which HTTP status code is typically returned when an exception is thrown but not caught in a Spring Boot application?