1 Answer

0 votes
by

REST architecture treats every content as a resource. These resources can be text files, html pages, images, videos or dynamic business data. REST Server simply provides access to resources and REST client accesses and modifies the resources. Here each resource is identified by URIs/ global IDs.

Related questions

0 votes
0 votes
    How to represent a resource in REST?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    I'm trying to fetch some data from the REST API of HP Alm. It works pretty well with a small ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    Annotation used for Rest Controller? 1. @SpringBootApplication 2. @RestController 3. @Controller 4. All of the Above...
asked Jul 8, 2021 in Technology by JackTerrance
0 votes
    Is it possible to maintain sessions in REST on the server-side? 1. No 2. Yes 3. Depends on situation 4. I don’t know...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    What method should be used to obtain a list of supported operations in REST services? 1. GET 2. DELETE 3. HEAD 4. OPTION...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    Which of the following options are true for REST Services? 1. Each resource can be identified by multiple URIs. 2. REST ... server provides access to them. 4. All of the above....
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    What protocol does REST follow? FTP HTTP SFTP FTPS...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    What is HttpMessageConverter in terms of Spring REST?...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    Can we implement transport layer security (TLS) in REST?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    What are the differences between web sockets as well as REST?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    Which type of web services you need to use - SOAP or REST?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    What makes REST services to be easily scalable?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    What is the concept of statelessness in REST?...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
    What is URI in REST API?...
asked Jun 22, 2021 in Technology by JackTerrance
...