Question 46:
Given the code fragment:
Assuming this bean is used only in the code fragment above, how long will the injected Bean instance be available?
Answer options:
A. for the lifetime of the enterprise application B. for the lifetime of the request C. for the lifetime of the session D. for the lifetime of the Service object