Which statement about session beans is true?
Options
- In both stateless and statefull session classes, the bean provider must write the method public void remove()
- The method << remove >> in the component interface can be accessed only by the remote clients
- The bean’s handle must be provided by the client, in order to ask the EJBHome for removing a session bean
- None of the above
CORRECT ANSWER : The bean’s handle must be provided by the client, in order to ask the EJBHome for removing a session bean
Write your comments