Why cant we overide create method in StatelessSessionBean?
From the EJB Spec : – A Session bean’s home interface defines one or morecreate(…) methods. Each create method must be named create and must match one of the ejbCreate methods defined in the enterprise Bean class. The return type of a create method must be the enterprise Bean’s remote interface type. The home interface of a stateless session bean must have one create method that takes no arguments.