1.

What is the return type of the remote server?(a) HTTP Response(b) HTTP Request(c) Get Request(d) Post requestThe question was posed to me during a job interview.My enquiry is from Browser Parsing and Rendering topic in division Graphics and Rendering of JavaScript

Answer»

The correct option is (a) HTTP Response

To explain I would say: The REMOTE server FINDS the resource and returns it in an HTTP Response, the status of which is 200 to indicate a good response. 400 status code is used to indicate a BAD request.



Discussion

No Comment Found

Related InterviewSolutions