Java millisecond precision
November 17th, 2006
No comments
There is another useful method under System class. usually I use just in, out, or err something like those methods under System. But,
long current = System.currentTimeMillis(); // Returns the current time in milliseconds.
definitely I need this to work with network program.