InterviewSolution
Saved Bookmarks
| 1. |
Which architectural Layerscan be combined into onelayer in some applicatione ? |
|
Answer» Description Although the layered architecture pattern does not specify the NUMBER and types of layers that MUST EXIST in the pattern, most layered architectures consist of FOUR standard layers: presentation, business, persistence, and database |
|