Is there any way to get time since system boot for mac os x in java?
In Visual studio we have gettickcount function but in java I am not able to get which function can do the same..
I dont want to implement it manually using timer that will be last option So is there any api function for that.