Multiple choice technology web technology

Which file has the TMA config parameters defined?

  1. TMAEAR

  2. TMBEAR

  3. TMBConfig.Properties

  4. TMAConfig.Properties

Reveal answer Fill a bubble to check yourself
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.