1.

What does the status code 500 indicate?(a) Error in request(b) Error in response(c) Error in server(d) SuccessfulThis question was addressed to me in examination.Enquiry is from Performance Measures in JavaScript topic in chapter Performance Measures in JavaScript of JavaScript

Answer»

Correct choice is (a) ERROR in request

Best explanation: The 500 status code, or Internal SERVER Error, means that server cannot PROCESS the request for an unknown reason. SOMETIMES this code will appear when more specific 5xx errors are more appropriate.



Discussion

No Comment Found

Related InterviewSolutions