Is it possible to call a method in java at specific time? For example of I have a piece of code like this:
class Test{ public static void main(String ar
As I know you can use Quartz-scheduler for this. I have not used it yet, but many people have recommended it to me.