Broadcom-VMware
2V0-72.22PSE · Question #1
2V0-72.22PSE Question #1: Real Exam Question with Answer & Explanation
Sign in or unlock 2V0-72.22PSE to reveal the answer and full explanation for question #1. The question stem and answer options stay visible for context.
Core Spring
Question
Which two statements are correct when @SpringBootApplication is annotated on a class? (Choose two.)
Options
- AIt causes Spring Boot to enable auto-configuration by default.
- BComponent scanning will start from the package of the class.
- CAll other annotations on the class will be ignored.
- DMethods in the class annotated with @Bean will be ignored.
- EA separate ApplicationContext will be created for each class annotated with
Unlock 2V0-72.22PSE to see the answer
You've previewed enough free 2V0-72.22PSE questions. Unlock 2V0-72.22PSE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#@SpringBootApplication#auto-configuration#component-scanning#Spring Boot