Answer (Choose 1 answer)
What is complex type binding?
A. POST and PUT can also use combination of primitive and complex type. In the case you want to update data, you can pass the Id in query string and the data to be updated in response body.
B. HTTP Methods like POST and PUT where you have to send the send model/entity data to the server, uses complex type binding, by default.
C. None of the others.
D. All of the others.
7