What is Entity Bean and Session Bean?



What is Entity Bean and Session Bean?..

Answer / 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

More EJB Interview Questions

What are stateless functions?

0 Answers  


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?

0 Answers  


What is stateless programming?

0 Answers  


What is stateless authentication?

0 Answers  


Name the acid properties of a transaction.

0 Answers  






Life Cyle methods in Entity Bean with Container Managed persistence

2 Answers  


Elucidate callback in ejb?

0 Answers  


what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


What is backing bean?

0 Answers  


What are transaction isolation levels in ejb?

0 Answers  


What does @singleton annotation do?

0 Answers  


Is microservice stateless?

0 Answers  


Categories