🎴 Flashcard Mode
Java and J2EE Programming Quiz
Card1 / 16
Mastered0
Review0
QuestionClick to flip
What advantage does an entity bean have over a session bean?
AnswerClick to flip back
A
Entity bean data survives crashes.
💡 Explanation:
Entity beans represent persistent business data stored in a database, so their data survives system crashes and can be retrieved later. Session beans are non-persistent and only exist during a client session. Entity beans do not automatically create JAR files and authentication code must still be written by developers.