Multiple choice technology web technology

Which of the following patterns provide coarse grained access to business tier?

  1. Business Delegate

  2. Session Façade

  3. Transfer Object

  4. None of the above

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

Session Facade provides coarse-grained access to the business tier by encapsulating fine-grained business components and presenting a simplified, unified interface to clients. Business Delegate provides client-side abstraction, and Transfer Object is for data transfer. Session Facade is specifically designed for coarse-grained business tier access.