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....
Answer - Between the client and the session bean, the state of
the conversation can be maintained using a stateful.....
Answer - A stateless session bean is an enterprise bean that
does not maintain conversational state specific to a client session......
|