I have to run a particular Java class at 5pm daily. I am trying to use ManagedSchedulerExecutorService
class.
But using this class I can start job after initial delay and then at specific interval.
I want my job to be triggered at 5pm daily. Is this possible using some coding?
Is there any way to do that? Can any other API help me?
I am not allowed to use third party libraries. only Java APIs.