Home Javacertification Bcd-guide Match the correct description about purpose and function to which session bean type they apply: stateless, stateful, or both.

Ask Questions?

View Latest Questions


 
 

Match the correct description about purpose and function to which session bean type they apply: stateless, stateful, or both.
Posted on: April 18, 2011 at 12:00 AM
This page discusses - Match the correct description about purpose and function to which session bean type they apply: stateless, stateful, or both.

Match the correct description about purpose and function to which session bean type they apply: stateless, stateful, or both.

The conversational state of a STATEFUL session object is defined as the session bean instance’s field values, plus the transitive closure of the objects from the instance’s fields reached by following Java object references.

STATELESS session beans are session beans whose instances have no conversational state. This means that all bean instances are equivalent when they are not involved in servicing a client-invoked method.

Because all instances of a S