Question: What is component scanning?
- feature that scans packages for classes with specific annotations and, when found, creates their bean definitions within the IoC container
- paradigm where bytecode is actively scanned to identify additional optimizations to inject into components in the application context
- a method by which cloud repositories are scanned to identify components for injection into an IoC container
- a method by which binary data in a database is searched to identify components for injection into the IoC container
Answer: The correct answer of the above question is Option A:feature that scans packages for classes with specific annotations and, when found, creates their bean definitions within the IoC container