The correct response is script.
A script is a sequence of instructions written in a programming or scripting language that is executed by another program, such as an interpreter or a scripting engine, rather than directly by the processor.
Responses
script
script
array
array
stack
stack
string
9 answers
The correct response is script.
A script is a sequence of instructions written in a programming or scripting language that is executed by another program, such as an interpreter or a scripting engine, rather than directly by the processor.
The correct response is REST API.
REST (Representational State Transfer) is an architectural style for designing networked applications, primarily used for communication in web services.
The correct response is get.
In the context of making API requests, a "GET" request is used to retrieve data from a specified resource, such as obtaining the current weather forecast from an API.
The correct response is JSON.
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is commonly used for data exchange between different programming languages and systems.
The correct response is put.
In the context of HTTP methods, a PUT request is used to store or update a resource at a specific URL. It is intended to upload the data to that URL, replacing any existing resource.