Assuming L and R are the local and remote clients for session bean B, which of the following are true statements?
L can pass its reference for B as a return value of a method call from R.
R can pass its reference for B as a parameter in a method call to L.
L cannot call methods on R. Doesn’t this depend on what R actually is, and where it is located
L cannot call methods on B.