Hi, I am new to EJB.Can anyone say me whether I can return ArrayList from my bean method ? That is, all my input and output parameters of my bean method must always be serializable objects ?
Not necessarily if you are using Local EJBs. Remote EJBs are extension of RMI and if your objects which are not serializable or Remote in nature then there can be issues at runtime.