Quote:
Originally Posted by _tao4229_
For Java: System.currentTimeMillis() (or System.nanoTime())
|
well.. that doesn't work, lol. If you look up their documentation, they don't quite get close to Environment.tickCount() in java

)
Edit: java doesn't have a built in mechanism that access's low level information like time elapsed since boot. Not even the java.lang.Runtime library has it. At max it find info like processor and limited info on physical memory. i may be wrong though since i dont know what time is nanoTime() based on