1.

HTTP defines two ways in which values entered by a user at the browser can be sent to the Web server. The _____ method encodes the values as part of the URL.(a) Post(b) Get(c) Read(d) ArgumentThis question was posed to me in an international level competition.This intriguing question originated from Web Fundamentals in division Database Programming Techniques of Database Management

Answer» CORRECT option is (b) Get

To explain: For example, if the Google search page used a form with an input parameter

named Q with the get METHOD, and the user typed in the string “silberschatz” and submitted the form, the browser would request the following URL from the Web server: http://www.google.com/search?q=silberschatz.


Discussion

No Comment Found

Related InterviewSolutions