Bird
0
0

Why is external configuration preferred in Spring Boot applications?

easy📝 Conceptual Q1 of 15
Spring Boot - Application Configuration
Why is external configuration preferred in Spring Boot applications?
AIt automatically fixes bugs in the code
BIt makes the application run faster
CIt reduces the size of the application jar
DIt allows changing settings without modifying code
Step-by-Step Solution
Solution:
  1. Step 1: Understand external configuration purpose

    External configuration lets you change app behavior without touching code files.
  2. Step 2: Compare options

    Only It allows changing settings without modifying code describes this benefit; others are unrelated to configuration.
  3. Final Answer:

    It allows changing settings without modifying code -> Option D
  4. Quick Check:

    External configuration = Change settings without code [OK]
Quick Trick: External config means change settings without code edits [OK]
Common Mistakes:
  • Thinking config speeds up app
  • Confusing config with bug fixes
  • Assuming config reduces jar size

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Spring Boot Quizzes