InformisTry-HankLee

The harder you work, the less repentance you will get.

A Brief Introduction of Using Java Logger

Recently, I am asked to record some information about how my server runs. So, I decide to use java.util.logging.Logger to implement the logging process. Also this article will give you a sample code of how to use the basic function of java.util.logging.Logger.


A Combination of TimerTask and Timer

How to use TimerTask and Timer in a easy way

In this article, I will give you a brief introduction about what Timer and TimerTask are and then a simple example to help you understand how to use them.