What is a stateless session?



What is a stateless session?..

Answer / Anand Singh Rathaur

A stateless session bean is a type of EJB that does not maintain any client-specific state between method invocations. It creates and processes each request independently, without any knowledge or memory of previous requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Is having static initializer blocks legal in ejb?

1 Answers  


What is EJB object?

1 Answers  


What is ejb and how it works?

1 Answers  


how to deploy enterprise javabeans?

2 Answers   Inforica,


what are the classes you used in Beans?

1 Answers  


What are the different types of ejb?

1 Answers  


What are the services that a container provides for an entity bean?

3 Answers  


What is singleton session bean?

1 Answers  


What are the benefits of ejb?

1 Answers  


Which is more beneficial: Stateful or Stateless Bean?

1 Answers  


Can remove() be a Stateless Session bean?

1 Answers  


Is ejbCreate() method mandatory while defining a Session Bean?

1 Answers  


Categories