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
Can we increase size of array?
What are recursive functions?
why would you use a synchronized block vs. Synchronized method? : Java thread
How to create a base64 decoder in java8?
Is array a class?
In java how do we copy objects?
What is the map interface in java programming?
What are assembly attributes?
What defines function?
What is the longest unicode character?
What is java and why do we need it? Explain
What is default locale java?
What is the arraylist in java?
What is try-with-resources in java?
What is the inheritance?