Which of the following regarding business methods in a bean class is incorrect?
Options
- Both session bean and entity bean business business methods are always same
- For Java RMI API, the argument and return types must always be legal types
- The throws clause may include any exceptions defined by your application.
- None of the above
CORRECT ANSWER : For Java RMI API, the argument and return types must always be legal types
Write your comments