Which of the following HTTP methods is typically used for reading data in CRUD operations?
- GET
- POST
- PUT
- DELETE
The GET HTTP method is used for reading data in CRUD (Create, Read, Update, Delete) operations. It retrieves data from the server without making any modifications.
Loading...
Related Quiz
- When would you use export default over named exports in a module?
- In Node.js, a buffer can be converted to JSON using the ______ method.
- In E2E testing, tests are executed in an environment that simulates a ________ user environment.
- In what scenarios would using spies be preferable over mocks and stubs?
- When publishing a package to the NPM registry, what file is crucial to define the package properties and dependencies?