R4RIN
Articles
Java 8
MCQS
Spring Boot MCQ Quiz Hub
Spring Boot - RESTful Web Services
Choose a topic to test your knowledge and improve your Spring Boot skills
1. Spring Boot provides support to building RESTful Web Services for enterprise applications.
true
false
2. For building a RESTful Web Services, we need to add
spring-boot-starter-web
spring-boot-starter-rest
spring-boot-starter-web.rest
None
3. Rest Template is used to
create applications that produced RESTful Web Services
create applications that consume RESTful Web Services
both
None
4. RestTemplate - exchange() method in rest to consume the web services for all HTTP methods
true
false
5. To Consume a RESTful Web Services by using jQuery AJAX
Create a simple Spring Boot web application and write a controller class files which is used to redirects into the HTML file to consumes the RESTful web services
We need to add the Spring Boot starter Thymeleaf and Web dependency in our build configuration file.
both true
None
Submit