public Timer (String name, boolean isDaemon)

Creates a new timer whose associated thread has the specified name, and may be specified to run as a daemon.

Parameters:
name    the name of the associated thread
isDaemon    true if the associated thread should run as a daemon

Exceptions:
NullPointerException    if name is null

Since:  1.5