Question: What is a bean in the context of Spring?
- a managed dependency defined by configuration metadata that can be injected into downstream classes
- a binary-encoded, agnostic, named entity that is translatable between different data formats
- a payload that is transferable between different services in a Service-Oriented Architecture (SOA)
- a discrete piece of data that is encoded in a binary format for persisting to a file system
Answer: The correct answer of the above question is Option A:a managed dependency defined by configuration metadata that can be injected into downstream classes