How to call a method on specific time in java?

前端 未结 9 1853
Happy的楠姐
Happy的楠姐 2020-11-27 04:43

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         


        
9条回答
  •  庸人自扰
    2020-11-27 05:28

    As I know you can use Quartz-scheduler for this. I have not used it yet, but many people have recommended it to me.

提交回复
热议问题