Multiple choice technology packaged enterprise solutions

Find out the true statements about Business Delegate

  1. Provide a standard Java interface to client applications

  2. Provide common behaviour required for all EJB invocations

  3. both a and b

  4. none

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

The Business Delegate pattern decouples presentation and business tiers by exposing a standard Java interface to client applications. It also encapsulates EJB invocation behaviors, such as caching, lookup, and exception handling. Therefore, both characteristics are correct, making the combined option the right choice.