Home »
MCQs »
Full Stack Development MCQs
What is the significance of Spring Boot starter modules?
48. What is the significance of Spring Boot starter modules?
- To add common functionality and dependencies to a project based on the selected starter
- To provide the application's entry point for the Spring Boot application
- To manage the application's configuration properties
- To handle request mapping and routing in a Spring Boot application
Answer: A) To add common functionality and dependencies to a project based on the selected starter
Explanation:
Starter modules streamline the development process by including all the necessary dependencies and configurations for specific use cases.