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

How does ejb invocation take place?

0 Answers  


What is the procedure of ejb container to handle exceptions?

0 Answers  


What is ejb container in java?

0 Answers  


What is EJB server?

0 Answers  


What is the purpose of a transaction monitor?

1 Answers  






abstract methods in SessionBean?

1 Answers  


What is ejb and its uses?

0 Answers  


Why serialization is used?

2 Answers   IBM,


Define SessionContext ?

0 Answers  


how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.

3 Answers  


How stateful session beans will maintain consistency, across transaction updates?

2 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


Categories