MCQOPTIONS
Saved Bookmarks
| 1. |
Which statement about session beans is true? |
| A. | In both stateless and statefull session classes, the bean provider must write the method public void remove() |
| B. | The method << remove >> in the component interface can be accessed only by the remote clients |
| C. | The bean’s handle must be provided by the client, in order to ask the EJBHome for removing a session bean |
| D. | None of the above |
| Answer» D. None of the above | |