I have an application in Java. Each time when we change the server, we have to change the databae name, user name and some paths for text files and recompile it. I want to make a configuration or property file and each time just change in that file and application will run without recompiling it.
How is it possible, give me an example with sample code plz.
Thanks
Start Free Trial