🎴 Flashcard Mode

JavaScript and J2EE Web Technologies

Card1 / 20
Mastered0
Review0
QuestionClick to flip

When do you use a session bean?

AnswerClick to flip back
A
To process transient data that can be re-created in the event of a crash.
💡 Explanation:

Session beans represent work performed for a single client and hold transient, conversational state. Unlike entity beans or persistent storage, session bean state does not survive system crashes or program terminations. Thus, they process transient data that can be re-created.

Change Mode