Top Categories

14.13 How to use CurrentTimeMillis of System Class to calculate execution time in Java Tutorial
  • Category:
  • Sub Category:
  • code
  • Performance
  • Tutorial
  • telusko learning
  • Simple
  • Oracle Database (Software)
  • lecture
  • efficient
  • Oracle
  • class
No Views

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.

Comments

You Might Be Interested In