What is stateful session bean?



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

Post New Answer

More EJB Interview Questions

What is stateful or stateless?

1 Answers  


How Stateful Session bean will store its State ?

1 Answers  


What is difference between ejb and spring?

1 Answers  


What is ejb client?

1 Answers  


What is an entity and its types?

1 Answers  


What is a Java Bean?

2 Answers  


Elucidate callback in ejb?

1 Answers  


Is udp stateless?

1 Answers  


Define ACID Properties?

1 Answers  


What do you mean by in-memory replication?

1 Answers  


What is stateless and stateful session bean in ejb?

1 Answers  


What are the design goals of EJB Architecture?

1 Answers  


Categories