InterviewSolution
Saved Bookmarks
| 1. |
What are the main return types supported in Web API? |
|
Answer» It does not have any specific data type. It can return data of any type DEPENDING upon the business requirement. There are many HTTP methods LIKE GET, POST, PUT, etc., which can return data in different formats depending upon the use CASE. |
|