Can stateful session beans are persistent?
Answers were Sorted based on User's Feedback
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 |
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 |
Explain Stateful session bean life cycle?
difference b/w the hybernate and entity bean
What is the difference between ejb and spring?
What is stateless programming?
How many ejb objects are created for a bean?
Can a client interact with an JavaBean directly? Explain?
Name the attributes of javax.ejb.ejb.
What is entity beans in ejb with example?
Why stateless is better than stateful?
What is EJB server provider?
What is ejb in java with example?
Is udp stateless?