I have a simple java program, which is just one piece of code that reads from the database and modifies the contents of the database based on certain conditions. Now I want this program to start automatically when it starts and to silently work in the background if someone has not killed it from the task manager. I had never done anything like this before and I donβt know exactly how to do it. Can someone help me on how to do this? Thanks..
source share