InterviewSolution
Saved Bookmarks
| 1. |
Which of the following functions are done by a web server?(a) Accept requests from a web browser(b) Sends back results in HTML(c) Executes programs with arguments supplied by the user(d) All of the mentioned |
|
Answer» Correct answer is (d) All of the mentioned Best explanation: A web server accepts requests from a web browser and sends back results in HTML. The most important feature of a web server is to execute programs with arguments supplied by the user. |
|