What does CRUD stand for in the context of RESTful APIs?
- Code, Retrieve, Undo, Debug
- Compile, Run, Update, Delete
- Connect, Retrieve, Update, Deploy
- Create, Read, Update, Delete
CRUD stands for Create, Read, Update, and Delete. It represents the four basic operations performed on data in a RESTful API.
Loading...
Related Quiz
- A common branching strategy where developers create a new branch for each new feature is called _______.
- The "git branch" command is used to _______.
- The _______ backup strategy involves backing up only data that has changed since the last backup.
- A _______ attack aims to overload a system's resources, making it unavailable to users.
- The "Console" tab in Browser Developer Tools is used for logging _______ messages.