Digital office application using which session bean
-
State full
-
Stateless
-
Both
-
None
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.