Vidyalelo
JavaScript · Q9

Performance Measures

Programming · JavaScript · question 9

Q9

Which status code indicates that the server could not find the resource requested?

A.
200
B.
404
Answer
C.
500
D.
566

Answer: Option B

Solution

Answer: Option B
Solution:
The status code 404 means that the server could not find the resource requested.