1.

Which of the following specifies the length of the data being returned?(a) set-cookie: string(b) location: URL string(c) content-length: string(d) last-modified: stringThis question was addressed to me in an online quiz.My question is based upon CSS Transition, Perl cgi Programming topic in portion CGI Programming & Miscellaneous of CSS

Answer»

The correct option is (c) content-LENGTH: STRING

For explanation I would say: content-length: string specifies the length in bytes of the data being returned. The browser uses this value to report the ESTIMATED download TIME for a file. Set-cookie: string set the cookie PASSED through the string.



Discussion

No Comment Found

Related InterviewSolutions