teimpo en segundos java

Solutions on MaxInterview for teimpo en segundos java by the best coders in the world

showing results for - "teimpo en segundos java"
Jana
23 Jul 2016
1long inicio = System.currentTimeMillis();
2Thread.sleep(2000);
3long fin = System.currentTimeMillis();
4double tiempo = (double) ((fin - inicio)/1000);
similar questions
queries leading to this page
teimpo en segundos java