Oracle
1Z0-899 · Question #87
Which two are characteristics of the Transfer Object design pattern? (Choose two.)
The correct answer is A. It reduces network traffic by collapsing multiple remote requests into one. C. It increases the complexity of the design due to remote synchronization and version control issues. See the full explanation below for the reasoning.
Question
Which two are characteristics of the Transfer Object design pattern? (Choose two.)
Options
- 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 complexity of the design due to remote synchronization and version control issues.
- DIt increases network performance introducing multiple fine-grained remote requests which return very
How the community answered
(53 responses)- A72% (38)
- B9% (5)
- D19% (10)
Community Discussion
No community discussion yet for this question.