Originally posted by Thomas Vezhambacheril:
Question :- A client has two object references to a session bean's home interface.
But the given answer is References of the home interface of the same bean are always identical because there is only one instance of the Home interface. Means there is no need of isIdentical() method.
You cannot call isIdentical method on home interface, because there's no such method in EJBHome interface, it's in EJBObject only.