InterviewSolution
Saved Bookmarks
| 1. |
What is Web API and why we use it ? |
|
Answer» Web API (Application Programming Interface), as the name suggests, is an API that can be accessed over the Web using the HTTP PROTOCOL. It is basically considered the best platform for revealing or uncovering data and services to various different services. It is a tool that can be USED to PUSH data to a server and can be accessed by server code. It can be built or developed using various technologies LIKE java, ASP.NET, etc.
|
|