Top Categories
14.13 How to use CurrentTimeMillis of System Class to calculate execution time in Java Tutorial
- Category:
- Sub Category:
currentTimeMillis() is used to get time in milliseconds which is between current time and midnight, January 1, 1970 UTC. The elapsed time will be the ending time minus the strating time.