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

Is ejb be called from another ejb? If yes then how?

0 Answers  


abstract methods in SessionBean?

1 Answers  


What is EJB server provider?

0 Answers  


Is functional programming stateless?

0 Answers  


Differentiate Conversational from Non-conversational interactions?

0 Answers  


Match the ejb functions given below with the functionality equivalent in sql?

0 Answers  


What Is EJB Clustering? Explain the Functionality?

1 Answers   Business Architectures, College School Exams Tests, HCL,


How the container will maintain synchronization for multiple calls to the entity bean?

1 Answers   HCL,


Explain what is an EJB Context?

0 Answers   BirlaSoft,


How can a session bean be configured for transactions of bean-managed?

0 Answers  


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?

0 Answers  


What is difference between ejb 1.1 and ejb 2.0?

0 Answers  


Categories