what is SessionBean, EntityBean?

Answers were Sorted based on User's Feedback



what is SessionBean, EntityBean?..

Answer / guest

i post some answer
session bean is used to model businessprocess
entity bean is used to access the data from database

Is This Answer Correct ?    1 Yes 0 No

what is SessionBean, EntityBean?..

Answer / harika.thota001@gmail.com

Session Bean :- It Performs task for a client. It Not Persistent. When the client terminates, its session Bean will no longer be available

Entity Bean:- It Represents a business object. It is Persistent. Even the EJB Container terminates, entity bean still be in database

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Differentiate Conversational from Non-conversational interactions?

0 Answers  


what are the classes you used in Beans?

1 Answers  


Explain Stateful session bean life cycle?

2 Answers   Accenture,


What is the difference between Session bean and Entity bean?one?

0 Answers  


What are the limitations of using local object?

0 Answers  






In what way, the client gets a reference to an existing entity bean?

1 Answers  


Is method overloading allowed in ejb?

0 Answers  


What is ejb and how it works?

0 Answers  


What is a Java Bean?

2 Answers  


What are transaction isolation levels in ejb?

0 Answers  


What do you mean by bean managed transaction?

0 Answers  


EJB containers supports what kind of transaction attributes?

1 Answers  


Categories