in Education by
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) Argument This 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 Select the correct answer from above options Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
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.

Related questions

0 votes
    How will the HTTP GET request be sent from the browser? (a) Remote server (b) Local server (c) ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    How will you create a Base64 encoder that encodes using the URL and Filename safe type base64 encoding scheme in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    Which of the following tag provides a hint to the user of what can be entered in the field in HTML5? A - output B - placeholder C - autofocus D - required...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
0 votes
    URL is an addressing method by which a document is addressed on the web… true or false? Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    What happens when an application takes user inputted data and sends it to a web browser without proper validation ... 2. Insecure direct object reference 3. Cross Site Scripting...
asked Mar 20, 2021 in Technology by JackTerrance
0 votes
    The Java __________ specification defines an application programming interface for communication between the Web ... chapter Database Programming Techniques of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    Write a python program to print first n(entered by user) even natural numbers. Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    A _________ role is a virtual machine instance running the Microsoft IIS Web server that can accept and respond to HTTP or HTTPS requests. 1) Web 2) Server 3) Worker 4) Client...
asked Dec 23, 2020 by JackTerrance
0 votes
    A __________ is a program running on the server machine, which accepts requests from a Web ... Fundamentals in division Database Programming Techniques of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    _______________ hacking refers to mistreatment of applications through HTTP or HTTPS that can be done by ... Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
...