Which among the below indicate application error?
-
400 return code
-
500 return code
-
302 return code
-
200 return code
B
Correct answer
Explanation
HTTP status codes indicate request outcomes. 500 (Internal Server Error) specifically indicates server-side application errors. 400 is client error, 302 is redirect, 200 is success - none indicate server application failure.