Which of the following statements show what happens when a client invokes a session bean instance that does not exist?
javax.ejb.NoSuchObjectLocalException for the local client
javax.ejb.NoSuchObjectException for the remote client
javax.ejb.RemoveException
javax.ejb.ObjectNotFoundException
java.rmi.NoSuchObjectException for the remote client