-
-
-
-
-
If i call remove() method on remote object, what happen?
If we call remove() method on remote object, ejb container removes the one row data in a table. if we call a remove() method on home object, container removes object home object.
-
-
-
-
-
-
-
-
-
-
-
-
If i throw a custom ApplicationException from a business method in Entity bean which is participating in a transaction, would the transaction be rolled back by container. Does container rolls back transaction only in case of SystemExceptions
Answer posted by Mohan on 2005-05-21 17:21:54: yes the rollback will occur
-
-
-
EJB Interview Questions
Ans