Creates a new timer whose associated thread has the specified name, and may be specified to run as a daemon.
name | the name of the associated thread | |
isDaemon | true if the associated thread should run as a daemon |
NullPointerException | if name is null |
Diagram: Timer