adspace
Answer Posted / Amar Pal Singh
"RESTful (Representational State Transfer) architecture is a software architectural style used for designing networked applications. It's based on the principles of resource-based, stateless communication, and uniform interface. In RESTful architecture, resources are identified by unique URIs (Uniform Resource Identifiers), and operations on these resources can be performed using standard HTTP methods like GET, POST, PUT, DELETE, etc."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers