Oracle
1Z0-860 · Question #104
Which statement is true about both stateful session beans and stateless session beans?
The correct answer is A. Bean instances are NOT required to survive container crashes. See the full explanation below for the reasoning.
Question
Which statement is true about both stateful session beans and stateless session beans?
Options
- ABean instances are NOT required to survive container crashes.
- BAny bean instance must be able to handle concurrent invocations from different threads.
- CA bean with bean-managed transactions must commit or roll back any transaction before returning from
- DThe container passivates and activates them using methods annotated with @PrePassivate and
How the community answered
(24 responses)- A83% (20)
- C4% (1)
- D13% (3)
Community Discussion
No community discussion yet for this question.