Multiple choice technology architecture

Usage of frameworks have significant benefits to application development. Which one of the below you do not agree ?

  1. Frameworks often allows application logic to run on multiple threads without conflict providing scalability

  2. Frameworks provides configuration services to its applications and components

  3. Frameworks provides a means to extend its behaviour

  4. Creating a framework is simple and consumes less time

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

The question asks which statement you do NOT agree with. Options A, B, and C are true benefits - threading support, configuration services, and extensibility. Option D is false - creating frameworks is complex, time-consuming, and requires deep expertise. This is the 'disagree' answer.