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