What is configuration or properties
file?
As we all are aware that it is not good practice to store hard
coded values in the code, also it is against the basic coding principal so with
the help of properties/configuration file, we can eliminate all these hard
coded from our code.