EJB 3.0 benefits include: (A) Session beans became simple POJOs managed by the container, eliminating home and component interfaces. (C) Callback methods can be defined either in the bean class itself or in a separate listener class using annotations. B is false because stateless beans no longer require home interfaces. D is false because business interfaces became optional with business interface annotations.