You are building a Java EE Stateless Session Bean with remote interfaces which you also would like to expose as a web service. Which of the following is false?
When EJB is called by client, parameters will be passed by reference
Methods must have RMI-IIOP compatible parameters and return types
Methods must have JAXB compatible parameters and return types
Use annotation @WebService and @WebMethod for deployment.