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 |
How can one EJB be called from within another EJB?
Life Cyle methods in Entity Bean with Bean Managed Persistence
What is stateful or stateless?
abstract methods in SessionBean?
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?
What Is EJB Clustering? Explain the Functionality?
1 Answers Business Architectures, College School Exams Tests, HCL,
What is ejb and why it is used?
Where a bean can be used ?
Explain ejbhome and ejbobject in ejb?
Name the acid properties of a transaction.
Using Container managed entity bean, how an entity bean can be created?
How Stateful Session bean will store its State ?