Issue
What are the naming conventions for property names defined in properties files in Java? Can I use uppercase or only lowercase?
For example: bankAccountNumber or bank.account.number?
Is it defined somewhere on the internet?
Solution
Naming convention is recommended as lowercase in property file.
bank.account.number
this is more appreciable.
Answered By - Subhrajyoti Majumder
Answer Checked By - Senaida (JavaFixing Volunteer)