In which two ways does the Value List Handler pattern support separation of concerns? (Choose
two.)
A.
It centralizes business logic and state.
B.
It encapsulates access to business services.
C.
It uses DAOs to encapsulate access to persistence.
D.
It helps focus list management logic in the business tier.