Multiple choice technology programming languages Which of the following is true ? Stateless session beans doesn’t preserve any state across method calls Stateful session beans can be accesses by multiple users at the same time None of the above 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.