Guest User

Untitled

a guest
Jul 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. long start = System.currentTimeMillis();
  2. <...call to .NET server ...>
  3. System.out.println("Time taken: "+ ((System.currentTimeMillis() - start)) + "ms");
Add Comment
Please, Sign In to add comment