Multiple choice technology web technology

Digital office application using which session bean

  1. State full

  2. Stateless

  3. Both

  4. None

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

The Digital Office application uses stateless session beans. Stateless beans are more efficient for stateless operations as they don't maintain conversational state with clients and can be pooled. Stateful beans would be used only if client-specific state needs to be maintained across method calls.