posted 15 years ago
How many javax.ejb.EJBLocalHome interface methods can be called without an exception from a session bean client?
1) 0
2) 1
3) 2
4) 3
5) 4
My answer was one method [2)] and that method is remove(Object primaryKey) but the HFEJB book says answer is zero method[1)] . How is this possible?