Answer Posted / niranjanravi
Entity beans are persistant objects which represents the
data stored in database.they are also know as database
interactive beans.we have 2 different types of entity beans.
1.cmp
2.bmp
SESSION BEANS are reusable components and contain the logic
for business process.they are usually associated with one
client.they are also called as client interactive beans.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is @enableautoconfiguration?
What is the full form of ejb in java?
Enlist the CallBack methods of Session Bean?
What is EJB server?
What is ejb container in java?
What’s new in the ejb 2.0 specification?
Can you be deported if you are stateless?
What do you mean by ‘hot deployment’ ?
What is message-driven bean?
List down the steps for the demonstration of ejp persistence mechanism.
Can beans who are involved in transaction have 'passivation' process?
Can EJB made to handle multiple transactions?
What is enterprise bean?
In what format is the conversational data written to the disk?
Why do we use @requestmapping?