What is a benefit of using the Transfer Object pattern?
A.
Reduces requests across the network
B.
Avoids the overhead of using EJB finder methods for large searches
C.
Separates the business state and related behavior from the rest of the application
D.
Implements parent-child relationships efficiently when implementing Business Objects