Which statements about a session bean class are true?
Options
- It is a final class
- Overloaded constructors are supported
- Their business methods can be 'private'
- The ejbCreate() method must not be a final method
CORRECT ANSWER : The ejbCreate() method must not be a final method
Write your comments