For building a RESTful Web Services, we need to add
1.spring-boot-starter-web
2.spring-boot-starter-rest
3.spring-boot-starter-web.rest
4.None
Rest Template is used to
1. create applications that produced RESTful Web Services
2. create applications that consume RESTful Web Services
3.both
4.None
RestTemplate - exchange() method in rest to consume the web services for all HTTP methods
1.true
2.false
Spring Boot provides support to building RESTful Web Services for enterprise applications.
1.true
2.false
To Consume a RESTful Web Services by using jQuery AJAX
1.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
2.We need to add the Spring Boot starter Thymeleaf and Web dependency in our build configuration file.
3.both true
4.None