-
-
-
-
-
-
With EJB 1.1 specs, why is unsetSessionContext() not provided in Session Beans, like unsetEntityContext() in Entity Beans
This was the answer Provided by some one... According to Mohan this one is not correct. Please see Mohan's reply below and more in the comments section. ejbRemove() is called for session beans every time the container destroyes the bean. So you can use this method to do the stuff you typically would do in unsetEntityContext(). For entity beans ejbRemove() is only called if the user explicitly...
-
-
-
-
How many JVM's can we run in a system?
we can run any number of JVM's.
-
-
-
Can a Session Bean be defined without ejbCreate() method
Answer posted by Mohan on 2005-05-21 19:27:35: No
-
-
-
-
-
-
-
EJB Interview Questions
Ans