More Related Links
Answer - EJB is a standard for developing server side in
JAVA.....
Answer - There are 3 kinds of EJB's - Session beans, Entity
Beans, Message-driven beans...
Answer - In case of stateful session beans, we need to store
the client conversation....
Describe
the life cycle for stateless and Stateful beans.
Answer - Between the client and the session bean, the state of
the conversation can be maintained using a stateful session.........