What is stateful session bean?
Answer / Reeta Verma
A Stateful Session Bean maintains a conversation between the client and the server by storing instance variables across method invocations. It is typically used for tasks requiring a long-term conversation or maintaining user session information.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is stateful or stateless?
How Stateful Session bean will store its State ?
What is difference between ejb and spring?
What is ejb client?
What is an entity and its types?
What is a Java Bean?
Elucidate callback in ejb?
Is udp stateless?
Define ACID Properties?
What do you mean by in-memory replication?
What is stateless and stateful session bean in ejb?
What are the design goals of EJB Architecture?