Which file has the TMA config parameters defined?
-
TMAEAR
-
TMBEAR
-
TMBConfig.Properties
-
TMAConfig.Properties
C
Correct answer
Explanation
Configuration parameters in Java/enterprise applications are typically stored in .properties files. The naming convention TMBConfig.Properties follows the standard pattern where the filename clearly indicates its purpose as a configuration file for TMB-related settings, making it the correct choice.