Multiple choice technology programming languages

Stateful Session Beans can be Persistent ?

  1. True

  2. False

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

Stateful Session Beans are NOT persistent by design. They maintain conversational state for a specific client session but do not survive container crashes. For database persistence, Entity Beans (later JPA entities) are the correct component type.