I just noticed that almost all the key values in property files are in dot separated names.
eg -some.key=some value
Does anyone know why? Just asked out of curiosity.
I just noticed that almost all the key values in property files are in
Share
There is no any specific reason for that but it’s just for better understanding of programmers nothing else. you can also directly write key=value without using any kind of “some” 🙂