in Technology by

Annotation used for Rest Controller?

1. @SpringBootApplication

2. @RestController

3. @Controller

4. All of the Above

1 Answer

0 votes
by
Answer is @RestController

Related questions

0 votes
    I am facing a problem that makes me to waste a lot of time. Each time I insert an element on a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    I am facing a problem that makes me to waste a lot of time. Each time I insert an element on a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 10, 2022 in Education by JackTerrance
0 votes
    We are using In memory data store possibly Hazecast or Redis (technology is undecided yet) Predominantly the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    scale command is used to set a new size for a Deployment, ReplicaSet, Replication Controller. (1)False (2)True...
asked Sep 19, 2021 in Education by JackTerrance
0 votes
    What are the different return types used by the controller action method in MVC?...
asked Dec 8, 2020 in Technology by JackTerrance
0 votes
    Which of the unit operation is used in Model view controller? (a) Is a Decomposition (b) Part ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    Annotation used for handling GET requests? 1. @PostMapping 2. @GetMapping 3. @PutMapping 4. None of the Above...
asked Jul 8, 2021 in Education 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
    Name some of the commonly used HTTP methods used in REST based architecture?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    I have ATMhud. I' m showing hud with progress bar. I want to download actualization then. But user ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    @RequestMapping annotation is used to map a HTTP request method (GET or POST) to a specific class or method in the ... which will handle the respective request. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    The annotation used to import additional configuration classes is ___________. A. @Import B. @Include C. @EnableImport D. Any of the options...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    Which one of the following is not an annotation used by Junit with Junit4? (a) @Test (b) @BeforeClass (c) ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which of the following annotation is used to avoid execution of Junits? (a) @NoTest (b) @explicit (c) @avoid ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
...