Multiple choice technology web technology

Transfer Object Pattern can be used for updating data as well on business tier of an application?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Transfer Object pattern is primarily designed for transferring data across tiers in a single direction to reduce network calls. While it can technically carry data for updates, it's not the pattern's primary purpose or typical use case. Dedicated update methods or command patterns are better suited for updates.