Can stateful session beans are persistent?

Answers were Sorted based on User's Feedback



Can stateful session beans are persistent?..

Answer / guest

Session beans are not designed to be persistent, whether
stateful or stateless. A stateful session bean instance
typically can?t survive system failures and other
destructive events

Is This Answer Correct ?    1 Yes 0 No

Can stateful session beans are persistent?..

Answer / venkat

Session Beans have Business Logic.
Entity Beans supports the persistent logic and
MessageDriven Beans have asynchronuous communication.

EJB2.1 does not support hibernate and frame
works,Inheritance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

How does legacy object mapping work?

1 Answers  


What is entity bean?

0 Answers  


How to invoke ejb from java client?

0 Answers  


What is the difference between stateful and stateless session beans?

2 Answers   Tech Mahindra,


Define EAR, WAR and JAR ?

0 Answers  






What does it mean to be stateless?

0 Answers  


Write down the steps for the creation of stateless ejb.

0 Answers  


Is microservice stateless?

0 Answers  


What is ejb in java with example?

0 Answers  


How can I call one EJB from inside of another EJB?

2 Answers   CTS,


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?

0 Answers  


Enlist the enterprise beans types?

0 Answers  


Categories