What does statelessness mean?
Answer / Anurag Srivastava
Statelessness refers to the property of a system where there is no need for the server to store any client-specific state between method invocations. In the context of EJB, a stateless session bean exhibits this behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ejb and how it works?
Explain the Sotware Architechture of EJB?
Life Cyle methods in Entity Bean with Container Managed persistence
What are the design principles for ejb?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
Can stateful session beans are persistent?
What is @injectmock?
How can I access ejb from asp?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
Is it possible to have threading in ejb?
Explain the difference between, Java Class and Bean?
Which is the only method defined in the javax.ejb.handle interface?