Hello everyone,
I just want to calculate search time for my algorithm .Can any one tell me how to get system time in java other than System.nanotime() and System.currenttimemillis() as these methods does not returns consistent time for same input is their another option to get system time???