Stateful Bean
A stateful bean contains a conversational state that is
retained across method calls and transactions.
The create method takes arguments
e.g. create(String id) , create(int I , String id)
There can be one or more arguments in a create method
e.g
An EJB that unzips 100 bytes of data
An EJB that checks to see if a stock symbol is valid
|