What does statelessness mean?



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

Post New Answer

More EJB Interview Questions

What is ejb and how it works?

1 Answers  


Explain the Sotware Architechture of EJB?

1 Answers   Wipro,


Life Cyle methods in Entity Bean with Container Managed persistence

2 Answers  


What are the design principles for ejb?

1 Answers  


What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?

1 Answers  


Can stateful session beans are persistent?

2 Answers  


What is @injectmock?

1 Answers  


How can I access ejb from asp?

1 Answers  


java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?

3 Answers  


Is it possible to have threading in ejb?

1 Answers  


Explain the difference between, Java Class and Bean?

3 Answers  


Which is the only method defined in the javax.ejb.handle interface?

1 Answers  


Categories