java.util.Timer: Is it deprecated?

前端 未结 6 1486
既然无缘
既然无缘 2020-12-01 08:26

I read in a comment to this answer and in many other questions about scheduling (sorry, no references) that java.util.Timer is deprecated. I really hope not sin

6条回答
  •  粉色の甜心
    2020-12-01 08:56

    No. Not all. You may want to use other mechanisms like Quartz for more complex timer requirements, but Timer works perfectly well and is not going anywhere.

提交回复
热议问题