Multiple choice general knowledge science & technology

REST is a style of software architecture for distributed hypermedia systems like World Wide Web.What does REST stands for?

  1. Repetitive state transition

  2. Representational state transfer

  3. Reclusive state transfer

  4. Repetitive stand transition

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

REST stands for Representational State Transfer. It's an architectural style for distributed systems that uses standard HTTP methods like GET, POST, PUT, DELETE. The key idea is that resources are represented and transferred between client and server in various formats (JSON, XML, HTML).