Answer Posted / 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 View All Answers
What are versions of ejb?
Write down the steps for the creation of stateless ejb.
What do you mean enterprise javabeans (ejb) container?
Name the attributes of javax.ejb.stateful.
What is the difference between ejb and java beans?
Who took over ejb?
What are the components of session beam?
What is activemq used for?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
Define Clone?
Define Context?
What is the difference between message driven beans and stateless session beans?
can u explain about design patterns like singleton,builder,factory
What do you mean by ejbdoclet?
Name the attributes of javax.ejb.ejb.