InterviewSolution
Saved Bookmarks
| 1. |
What are workflows in a business logic layer?(a) They describe how a particular task that involves servers is handled(b) They describe how multiple tasks involving a single participant is handled(c) They describe how a particular task involving multiple participants is handled.(d) None of the mentioned |
|
Answer» Right choice is (c) They describe how a particular task involving multiple participants is handled. Easiest explanation: Business logic includes workflows. Workflows in a business logic layer describe how a particular task involving multiple participants is handled. |
|