C9510-418 · Question #100
Which two methods are used for communicating session linkages between the client and the server? (Choose two.)
The correct answer is C. Rest Services E. HTTP Response codes. Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD) operations between client and server. Applications interact with the services by using…
Question
Which two methods are used for communicating session linkages between the client and the server? (Choose two.)
Options
- ACookies
- BLTPA Token
- CRest Services
- DURL Rewriting
- EHTTP Response codes
How the community answered
(19 responses)- B5% (1)
- C84% (16)
- D11% (2)
Explanation
Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD) operations between client and server. Applications interact with the services by using HTTP, POST, PUT, GET, and DELETE operations.
Topics
Community Discussion
No community discussion yet for this question.