What is the simplest way in java (without creating a Thread object) to time an output?<BR><BR>Say I wanted to System.out.println("Hello World"); to console once every 5 seconds, what would be the ...