How to calculate elapsed / execute time in Java - Mkyong.com
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to calculate elapsed / execute time in Java - Mkyong.com
package com.mkyong.time import java.util.Date; public class TimeApp { public
static void main(String[] argv) { long lStartTime = new Date().getTime(); // start
time ...