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
how to run ecllipse with jettyserver for windows environment using batch file
How do you identify if jvm is 32-bit or 64-bit from java program?
What is main method?
What are "methods" and "fields"?
Can a class be private?
Which programming language is best in future?
do I need to use synchronized on setvalue(int)? : Java thread
Does sprintf allocate memory?
What is public static?
How do you sort in descending order in java using collections sort?
What is extension method in java?
Why does java doesnt suuport unsigned values?
What is the epoch date?
write a program that list all permutations of ABCDEF in which A appears before B?
How many functional interfaces does java 8 have?