posted 19 years ago
Which of the following requirements for the ejbCreate() method in a stateless session bean are correct?
1. It must have only one ejbCreate() method
2. The ejbCreate() method must return the void return type
3. The ejbCreate() method must contain no arguments
4. If the ejbCreate() method is run successfully, an object of the type EJBHome is created
I think ans is 2.
What about 1 and 3?