adspace


Explain representational state transfer (rest) in detail?

Answer Posted / Sourav Kumar Srivastava

"Representational State Transfer (REST) is an architectural style for designing web services. It allows resources to be accessed using standard HTTP methods (GET, POST, PUT, DELETE), and data is passed between the client and server as JSON or XML. RESTful APIs are stateless, meaning they do not store any information about the client between requests."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Possible ways to prevent xss attacks on mvc application?

1091


Explain the request flow in asp.net mvc framework?

1101


How to use multiple submit buttons in asp.net mvc?

1316