Multiple choice technology programming languages

Which of the following is true ?

  1. Stateless session beans doesn’t preserve any state across method calls

  2. Stateful session beans can be accesses by multiple users at the same time

  3. None of the above

  4. Allof the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Stateless session beans do not maintain conversational state across method calls - each call is independent. Stateful session beans maintain state for a specific client and cannot be accessed by multiple users simultaneously.