which one of the two is a characteristic of the Transfer Object design pattern?
a. It increases the complexity of the design due to remote synchronization and version control issues.
b. It increases network performance introducing multiple fine-grained remote requests which return very small amounts of data.
The correct answer is (a) but i think it should be (b).
Could somebody figure out which one is correct?