Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Read in all of the passed arguments
  2. String address = args[0];
  3. int port =
  4. Integer.parseInt(args[1]);
  5. int code =
  6. Integer.parseInt(args[2]);
  7. String msg = args[3];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement