多选题Which two are characteristics of the Transfer Object design pattern?()AIt reduces network traffic by collapsing multiple remote requests into one.BIt increases the complexity of the remote interface by removing coarse-grained methods.CIt increases the 

题目
多选题
Which two are characteristics of the Transfer Object design pattern?()
A

It reduces network traffic by collapsing multiple remote requests into one.

B

It increases the complexity of the remote interface by removing coarse-grained methods.

C

It increases the complexity of the design due to remote synchronization and version control issues.

D

It increases network performance introducing multiple fine-grained remote requests which return verysmall amounts of data.


相似考题
参考答案和解析
正确答案: B,D
解析: 暂无解析