What advantage does an entity bean have over a sessin bean?
Answer Posted / uppi
Entity Bean is a Java class which implements an Enterprise
Bean interface and provides the implementation of the
business methods. There are two types: Container Managed
Persistence (CMP) and Bean-Managed Persistence (BMP).
Session Bean is used to represent a workflow on behalf of a
client. There are two types: Stateless and Stateful.
Stateless bean is the simplest bean. It doesn't maintain any
conversational state with clients between method
invocations. Stateful bean maintains state between invocations.
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
How many bits is a boolean?
Why are pointers not secure?
What is the use of conditional statement?
Is set ordered?
What is core java called?
Difference between java and javascript
What are "class access modifiers" in Java?
what is the difference between yielding and sleeping? : Java thread
Which java version is latest?
What is a flag variable?
What lambda means?
Why to use nested classes in java?
What is difference between word and integer?
How big is a boolean?
Write a program based on Java script program.