Doubt Regarding Create method

HiHow many create method can be there for stateless session bean and for stateful session bean.Is there will be stateless session bean without any create method.
[182 byte] By [rajpuniaa] at [2007-10-2 20:46:18]
# 1
As per EJB2.0 a stateless session bean should have exactly one create method without any parameter list. A stateful session bean can have any number of create methods depending on what information you want to maintain between each method invocations.
enigma_y2k1a at 2007-7-13 23:30:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Thanks for Ur prompt Reply
rajpuniaa at 2007-7-13 23:30:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...