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