Q. Which statement about session beans is true? (Solved)
1. In both stateless and statefull session classes, the bean provider must write the method public void remove()
2. The method << remove >> in the component interface can be accessed only by the remote clients
3. The bean’s handle must be provided by the client, in order to ask the EJBHome for removing a session bean
4. None of the above
- c. The bean’s handle must be provided by the client, in order to ask the EJBHome for removing a session bean