Why stateless is better than stateful?



Why stateless is better than stateful?..

Answer / Leelendra Kumar Gangwar

Stateless components are beneficial in a distributed environment because they don't store any client-specific data, allowing for improved scalability and eliminating the need to synchronize state between instances.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

How can one EJB be called from within another EJB?

1 Answers  


Life Cyle methods in Entity Bean with Bean Managed Persistence

1 Answers  


What is stateful or stateless?

1 Answers  


abstract methods in SessionBean?

1 Answers  


For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?

1 Answers  


What Is EJB Clustering? Explain the Functionality?

1 Answers   Business Architectures, College School Exams Tests, HCL,


What is ejb and why it is used?

1 Answers  


Where a bean can be used ?

1 Answers  


Explain ejbhome and ejbobject in ejb?

1 Answers  


Name the acid properties of a transaction.

1 Answers  


Using Container managed entity bean, how an entity bean can be created?

1 Answers  


How Stateful Session bean will store its State ?

1 Answers  


Categories