| 3. |
Which of the following correctly describe the lifecycle scope of a @RequestScoped CDI managed bean in Jakarta EE 11?
Please select all the correct answers.
|
| |
A.
|
The bean is created when the request begins and destroyed when it completes |
| |
B.
|
The container manages creation and destruction automatically |
| |
C.
|
The same bean instance is shared across multiple concurrent requests |
| |
D.
|
The bean remains valid for the duration of a propagated request context |