What is the difference between Quartz Scheduler and Normal Java threads

扶醉桌前 提交于 2019-12-23 22:18:09

问题


What is the difference between Quartz Scheduler and Default Threads in Java ?


回答1:


Quartz Scheduler is a complex solution for problems related to scheduling. It makes use of the core Java technologies to provide additional and more convenient functionalities. Consider it as a higher level framework with higher level of abstraction than the Thread concept.



来源:https://stackoverflow.com/questions/11819981/what-is-the-difference-between-quartz-scheduler-and-normal-java-threads

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!