🎴 Flashcard Mode

Java EJB Quiz

Card1 / 10
Mastered0
Review0
QuestionClick to flip

What type of enterprise bean is used to embody application processing state information?

AnswerClick to flip back
A
javax.ejb.SessionBean
💡 Explanation:

Session Beans (stateful or stateless) are designed to encapsulate business logic and process state for a specific client session. Entity Beans (older EJB tech) represented persistent data. EnterpriseBean is a marker interface. MessageBean would handle messaging.

Change Mode