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
What do you understand by access specifiers in Java?
What is the difference between iterator and list iterator?
What is boolean false?
What are assembly attributes?
What is thread safe java?
Is void a wrapper class?
What are facelets templates?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is args length in java?
Where we write javascript code in html page?
What do you mean by constant time complexity?
What does string [] args mean?
What is the covariant return type?
Is java a utf 8 string?
How is the marker interface used in Java?