In this section, you will study how to obtain the elapsed time. As you all know that the Elapsed time is the time taken to complete the process.
Java get Elapsed Time
In this section, you will study how to obtain the elapsed time. As you all know that the Elapsed time is the time taken to complete the process. In the given example, we have used the method System.nanoTime() to get the start time and the end time of the defined process. Here we are calculating the sum of first ten natural numbers in order to find the elapsed time by subtracting the start time from the end time of the process.
Here is the code of GetElapsedTime.java
public class GetElapsedTime {
|
Output will be displayed as: