Following works perfectly fine:
I want to get current system time in nano seconds. Please tell me how to do that?Code:System.out.println(System.currentTimeMillis());
- mew mew mew
Printable View
Following works perfectly fine:
I want to get current system time in nano seconds. Please tell me how to do that?Code:System.out.println(System.currentTimeMillis());
- mew mew mew
Google should have answered you before me .. :)Code:System.out.println(System.nanoTime());