ejb session beans and entity beans?



ejb session beans and entity beans?..

Answer / thomas

session beans are function beans.two types of session beans
are stateless & stateful.It is not persitent on three cases
1. server crash
2. server shutdown
3. time out

where as entity beans are value beans. it contains only
setter and getter methods.it is persistent bean.it
maintains database, for storing objects. two types of
entity bean are
bean managed persistance & container managed persistance

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More EJB Interview Questions

What is the difference between find and select methods in ejb?

1 Answers  


How to generate ejb stubs in eclipse?

1 Answers  


what is mean by dll ? Please answer me. Advance thanks.

3 Answers   Excel,


Elucidate callback in ejb?

1 Answers  


What are the differences between ejb 3.0 and ejb 2.0?

1 Answers  


What is the difference between @requestparam and @pathvariable?

1 Answers  


What is a local interface?

1 Answers  


How to connect to a specific enterprise bean?

2 Answers  


What is ejb role in j2ee?

1 Answers  


What is @injectmock?

1 Answers  


Is functional programming stateless?

1 Answers  


Is having static initializer blocks legal in ejb?

1 Answers  


Categories