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 is a local interface?
What are the key features of the ejb technology?
What is entity beans in ejb with example?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Which is the only method defined in the javax.ejb.handle interface?
What is @injectmock?
What is the purpose of ejb in java?
How many ejb objects are created for a bean?
What is Enterprise JavaBeans (EJB)?
What is bean-managed persistence?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
Enlist the enterprise beans types?
What is Session Bean Interface?
How to invoke ejb from java client?
What is the use of @resource?