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 (i.e., which is FALSE). Option D claims "Creating a framework is simple and consumes less time," which is patently FALSE - building a good framework requires significant expertise, time, and resources. Options A (threading/scalability), B (configuration services), and C (extensibility) are all TRUE benefits that frameworks provide.