InterviewSolution
Saved Bookmarks
| 1. |
Which of the following protocol is used by Restful web services as a medium of communication between client and server?(a) HTTP(b) FTP(c) Gopher(d) TELNET |
|
Answer» Right answer is (a) HTTP The best explanation: Restful web services make use of HTTP protocol as a medium of communication between client and server. The REST architecture was known as the HTTP object model back in the year 1994. |
|