What advantage does an entity bean have over a sessin bean?
Answer Posted / tarunam verma
entity beans are generally used for database interaction
thus provide various EJB services like
transctions,persitence etc which using the seesion bean
will be manully handeled by the programmer while
interacting with Db,session beans are basically for
processing the logic not for DB entities
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is a control variable example?
What are singleton services?
How to display arraylist values in java?
What is java oops?
Variables used in a switch statement can be used with which datatypes?
Where pragma is used?
What is the difference between logical data independence and physical data independence?
Tell me are there implementations for sorting and searching in the java libarary?
Are private methods final?
What is the significance of java packages?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is flush buffer?
Can we serialize arraylist in java?
Is arraylist ordered in java?
What does || mean in vectors?