CompTIA ITF+ FC0-U61 Practice Question
What type of identifier would be BEST for storing configuration settings of an application that should not be modified during runtime?
Literal strings directly coded into the application's source code.
Environment variables that can be accessed and changed by the system and application.
Variables that store user input and may change every time the application is executed.
A constant that represents the settings and prevents them from being modified during runtime.