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

What is ejb and its types?

0 Answers  


What is ejb and its architecture?

0 Answers  


How to create ejb project in eclipse?

0 Answers  


How to invoke ejb from java client?

0 Answers  


The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?

0 Answers  






How entity beans support container managed persistence?

0 Answers  


What is difference between ejb and spring?

0 Answers  


What is use of @postconstruct?

0 Answers  


Explain the concept of connection pooling feature of ejb container?

0 Answers  


How does ejb work in java?

0 Answers  


Is having static initializer blocks legal in ejb?

0 Answers  


How is ejb different from java beans?

0 Answers  


Categories