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 |
Is having static initializer blocks legal in ejb?
What is EJB object?
What is ejb and how it works?
how to deploy enterprise javabeans?
what are the classes you used in Beans?
What are the different types of ejb?
What are the services that a container provides for an entity bean?
What is singleton session bean?
What are the benefits of ejb?
Which is more beneficial: Stateful or Stateless Bean?
Can remove() be a Stateless Session bean?
Is ejbCreate() method mandatory while defining a Session Bean?