MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following regarding business methods in a bean class is incorrect? |
| A. | Both session bean and entity bean business methods are always same |
| B. | For Java RMI API, the argument and return types must always be legal types |
| C. | The throws clause may include any exceptions defined by your application. |
| D. | None of the above |
| Answer» C. The throws clause may include any exceptions defined by your application. | |